ci: update to VK-GL-CTS 1.2.7.0

v2:
  - Read mustpass files from vk-default.txt (Matt)
  - Remove freedreno atomic geom tests from fail list (Emma)
  - Move freedreno flake to separated line (Emma)

Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12069>
This commit is contained in:
Juan A. Suarez Romero 2021-07-30 19:18:58 +02:00 committed by Marge Bot
parent 6336df3a62
commit dfccbdff98
19 changed files with 972 additions and 101 deletions

View File

@ -425,13 +425,13 @@ debian/x86_test-gl:
variables:
FDO_DISTRIBUTION_EXEC: 'env KERNEL_URL=${KERNEL_URL} FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/container/${CI_JOB_NAME}.sh'
KERNEL_URL: &kernel-rootfs-url "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v5.13-rc5-for-mesa-ci-27df41f1e0cf/linux-v5.13-rc5-for-mesa-ci-27df41f1e0cf.tar.bz2"
MESA_IMAGE_TAG: &debian-x86_test-gl "2021-07-12-dmabuf"
MESA_IMAGE_TAG: &debian-x86_test-gl "2021-07-30-vk-gl-cts-1.2.7.0"
# Debian 11 based x86 test image for VK
debian/x86_test-vk:
extends: .use-debian/x86_test-base
variables:
MESA_IMAGE_TAG: &debian-x86_test-vk "2021-07-02-bump-libdrm"
MESA_IMAGE_TAG: &debian-x86_test-vk "2021-07-30-vk-gl-cts-1.2.7.0"
# Debian 11 based ARM build image
debian/arm_build:
@ -480,7 +480,7 @@ fedora/x86_build:
variables:
GIT_STRATEGY: fetch
KERNEL_URL: *kernel-rootfs-url
MESA_ROOTFS_TAG: &kernel-rootfs "2021-07-12-dmabuf"
MESA_ROOTFS_TAG: &kernel-rootfs "2021-07-30-vk-gl-cts-1.2.7.0"
DISTRIBUTION_TAG: &distribution-tag-arm "${MESA_ROOTFS_TAG}--${MESA_ARTIFACTS_TAG}--${MESA_TEMPLATES_COMMIT}"
script:
- .gitlab-ci/container/lava_build.sh

View File

@ -6,7 +6,7 @@ git config --global user.email "mesa@example.com"
git config --global user.name "Mesa CI"
git clone \
https://github.com/KhronosGroup/VK-GL-CTS.git \
-b vulkan-cts-1.2.6.2 \
-b vulkan-cts-1.2.7.0 \
--depth 1 \
/VK-GL-CTS
pushd /VK-GL-CTS
@ -43,8 +43,10 @@ mv /deqp/modules/egl/deqp-egl-x11 /deqp/modules/egl/deqp-egl
# Copy out the mustpass lists we want.
mkdir /deqp/mustpass
cp /VK-GL-CTS/external/vulkancts/mustpass/master/vk-default.txt \
/deqp/mustpass/vk-master.txt
for mustpass in $(< /VK-GL-CTS/external/vulkancts/mustpass/master/vk-default.txt) ; do
cat /VK-GL-CTS/external/vulkancts/mustpass/master/$mustpass \
>> /deqp/mustpass/vk-master.txt
done
cp \
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \

View File

@ -21,3 +21,149 @@ dEQP-VK.texture.explicit_lod.2d.sizes.128x128_nearest_linear_mipmap_linear_clamp
dEQP-VK.texture.explicit_lod.2d.sizes.128x128_nearest_linear_mipmap_linear_repeat
dEQP-VK.texture.explicit_lod.2d.sizes.128x128_nearest_linear_mipmap_nearest_clamp
dEQP-VK.texture.explicit_lod.2d.sizes.128x128_nearest_linear_mipmap_nearest_repeat
# Timeouts in VK-GL-CTS 1.2.7.0
dEQP-VK.api.command_buffers.record_many_secondary
dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.generate_mipmaps.from_previous_level.layercount_1.a8b8g8r8_uint_pack32.optimal_general_nearest
dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.generate_mipmaps.from_previous_level.layercount_1.r32g32b32a32_sint.general_general_nearest
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.1d.r16g16b16a16_unorm.r16g16b16a16_unorm.optimal_general_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.1d.r8_snorm.r8_snorm.optimal_general_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_snorm.r5g5b5a1_unorm_pack16.general_optimal_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_unorm.b8g8r8a8_snorm.general_optimal_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r16_sfloat.b5g5r5a1_unorm_pack16.general_general_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r16_unorm.r32_sfloat.linear_optimal_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r16g16b16a16_snorm.b8g8r8a8_snorm.general_optimal_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8_srgb.a8b8g8r8_srgb_pack32.general_general_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16_sfloat.linear_optimal_linear
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.3d.a2r10g10b10_unorm_pack32.a2r10g10b10_unorm_pack32.optimal_optimal_nearest_stripes_y
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.3d.b8g8r8a8_unorm.b8g8r8a8_unorm.optimal_general_nearest_stripes_x
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.3d.r16g16_unorm.r16g16_unorm.general_optimal_nearest_stripes_x
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.generate_mipmaps.from_base_level.layercount_1.r8g8_sint.optimal_general_nearest
dEQP-VK.api.copy_and_blit.core.blit_image.simple_tests.mirror_y_3d.linear
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.a2b10g10r10_uint_pack32.r16g16_unorm.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.a2r10g10b10_unorm_pack32.r16g16_unorm.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.a8b8g8r8_srgb_pack32.a8b8g8r8_unorm_pack32.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.a8b8g8r8_srgb_pack32.r8g8b8a8_srgb.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.a8b8g8r8_unorm_pack32.b8g8r8a8_unorm.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.b4g4r4a4_unorm_pack16.r8g8_unorm.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.b5g5r5a1_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.b8g8r8a8_snorm.r32_uint.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.b8g8r8a8_unorm.a2r10g10b10_uint_pack32.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.bc1_rgba_srgb_block.bc4_snorm_block.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.bc3_srgb_block.eac_r11g11_snorm_block.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.eac_r11_unorm_block.etc2_r8g8b8a1_unorm_block.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16_sfloat.r8g8_snorm.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16_sint.r5g6b5_unorm_pack16.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16_sint.r8g8_unorm.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16_unorm.r5g5b5a1_unorm_pack16.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16g16_snorm.r16g16_sfloat.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16g16_uint.a2r10g10b10_uint_pack32.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16g16b16a16_sfloat.bc1_rgb_srgb_block.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r16g16b16a16_unorm.r16g16b16a16_sfloat.optimal_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r32_sfloat.a8b8g8r8_snorm_pack32.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r32_sint.a8b8g8r8_uint_pack32.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r8g8_unorm.a1r5g5b5_unorm_pack16.general_general
dEQP-VK.api.copy_and_blit.core.image_to_image.all_formats.color.2d.r8g8b8a8_srgb.r8g8b8a8_snorm.optimal_general
dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.b8g8r8a8_unorm.optimal_general_nearest
dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.generate_mipmaps.from_previous_level.layercount_6.r32g32_sfloat.general_general_linear
dEQP-VK.api.copy_and_blit.dedicated_allocation.image_to_image.all_formats.color.2d.r32_sfloat.r16g16_snorm.optimal_optimal
dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a8b8g8r8_unorm_pack32_71x1_clamp_input
dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a8b8g8r8_sint_pack32
dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a1r5g5b5_unorm_pack16_clamp_input_multiple_subresourcerange
dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r16g16b16a16_snorm_71x1_multiple_subresourcerange
dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r16_sint_multiple_subresourcerange
dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16_sint_200x180
dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b5g5r5a1_unorm_pack16_33x128_clamp_input
dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r16g16_unorm_200x180_clamp_input
dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a2b10g10r10_uint_pack32_64x11
dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32_sfloat
dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r16g16b16a16_sint_33x128
dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32_sfloat_200x180
dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r8g8b8a8_unorm_32x29x3_clamp_input_multiple_subresourcerange
dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.multiple_layers.d16_unorm_s8_uint_33x128_multiple_subresourcerange
dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a8b8g8r8_unorm_pack32
dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sint_33x128_multiple_subresourcerange
dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16_unorm_200x180
dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r8g8_snorm_33x128
dEQP-VK.api.smoke.triangle_ext_structs
dEQP-VK.binding_model.buffer_device_address.set0.depth1.baseubo.convertchecku64.nostore.single.std140.vert
dEQP-VK.binding_model.buffer_device_address.set3.depth1.basessbo.crossconvertp2u.nostore.replay.std140.vert
dEQP-VK.binding_model.buffer_device_address.set3.depth3.baseubo.convertuvec2.nostore.replay.std140.comp
dEQP-VK.binding_model.buffer_device_address.set31.depth2.baseubo.convert.store.multi.std140.comp
dEQP-VK.binding_model.buffer_device_address.set31.depth2.baseubo.convertcheckuv2.nostore.replay.std140.vert
dEQP-VK.binding_model.descriptorset_random.sets16.unifindexed.noubo.sbolimitlow.nosampledimg.outimgonly.iublimitlow.uab.vert.noia.0
dEQP-VK.binding_model.descriptorset_random.sets16.unifindexed.ubolimitlow.sbolimitlow.sampledimghigh.lowimgnotex.iublimithigh.uab.frag.noia.0
dEQP-VK.binding_model.descriptorset_random.sets32.dynindexed.noubo.nosbo.sampledimghigh.outimgonly.iublimithigh.uab.comp.noia.0
dEQP-VK.binding_model.descriptorset_random.sets32.dynindexed.ubolimithigh.sbolimitlow.sampledimglow.lowimgsingletex.iublimithigh.uab.frag.noia.0
dEQP-VK.binding_model.descriptorset_random.sets32.unifindexed.ubolimitlow.sbolimitlow.sampledimglow.lowimgsingletex.iublimithigh.uab.frag.ialimitlow.0
dEQP-VK.binding_model.mutable_descriptor.multiple_arrays.constant_size.aliasing.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.index_constant.comp
dEQP-VK.binding_model.mutable_descriptor.one_array.unbounded.noaliasing.update_write.no_source.no_source.pool_same_types.pre_update.index_constant.comp
dEQP-VK.binding_model.mutable_descriptor.single.storage_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp
dEQP-VK.binding_model.mutable_descriptor.single.storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_storage_image.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.vert
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.storage_texel_buffer.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.vert
dEQP-VK.compute.workgroup_memory_explicit_layout.zero.uint8_t_array_to_uvec3_double_array_2
dEQP-VK.compute.zero_initialize_workgroup_memory.specialize_workgroup.2_7_3
dEQP-VK.draw.instanced.draw_indexed_vk_primitive_topology_triangle_list_attrib_divisor_2
dEQP-VK.draw.shader_draw_parameters.base_instance.draw
dEQP-VK.glsl.builtin.precision.atan2.mediump.vec2
dEQP-VK.glsl.opaque_type_indexing.atomic_counter.uniform_geometry
dEQP-VK.glsl.texture_gather.offset_dynamic.implementation_offset.2d.rgba8i.size_pot.mirrored_repeat_clamp_to_edge
dEQP-VK.graphicsfuzz.cov-atan-trunc-vec4
dEQP-VK.image.load_store_multisample.2d_array.r16g16b16a16_uint.samples_8
dEQP-VK.image.mismatched_write_op.mismatched_vector_sizes.rgba16snorm_from_vec4
dEQP-VK.image.mutable.2d.b8g8r8a8_srgb_r8g8b8a8_uint_copy_load
dEQP-VK.image.mutable.2d.r8g8b8a8_unorm_r32_uint_store_load
dEQP-VK.image.mutable.2d_array.b8g8r8a8_snorm_r32_sfloat_store_load
dEQP-VK.image.mutable.2d_array.r8g8b8a8_snorm_r16g16_uint_clear_load
dEQP-VK.image.mutable.2d_array.r8g8b8a8_unorm_r16g16_uint_clear_load
dEQP-VK.memory_model.shared.8bit.arrays_of_arrays.1
dEQP-VK.memory_model.shared.8bit.basic_types.1
dEQP-VK.memory_model.shared.8bit.nested_structs_arrays.1
dEQP-VK.pipeline.dynamic_offset.compute.multiset.uniform_buffer.numcmdbuffers_1.sameorder.numdescriptorsetbindings_2.numdynamicbindings_1.numnondynamicbindings_1
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b4g4r4a4_unorm_pack16.count_1.size.8x16_array_of_6
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.r16g16_sint.count_1.size.8x16_array_of_6
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.r32_sfloat.count_1.size.32x32_array_of_6
dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.eac_r11_unorm_block.count_1.size.3x3x3
dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_srgb_block.count_1.size.3x3x3
dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.r16g16_sint.count_4.size.13x13_array_of_36
dEQP-VK.pipeline.sampler.view_type.1d_array.format.r16_snorm.min_reduce.comp_r_g_b_a.min
dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8g8_unorm.mipmap.nearest.lod.select_bias_2_1
dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8g8_uint.address_modes.all_mode_clamp_to_border_opaque_black
dEQP-VK.reconvergence.subgroup_uniform_control_flow_elect.compute.nesting4.7.26
dEQP-VK.reconvergence.workgroup_uniform_control_flow_ballot.compute.nesting2.5.6
dEQP-VK.reconvergence.workgroup_uniform_control_flow_elect.compute.nesting2.1.46
dEQP-VK.reconvergence.workgroup_uniform_control_flow_elect.compute.nesting3.4.46
dEQP-VK.renderpass.dedicated_allocation.formats.r8g8_snorm.input.dont_care.store.self_dep_clear_use_input_aspect
dEQP-VK.renderpass.dedicated_allocation.formats.r8g8b8a8_srgb.dont_care.draw
dEQP-VK.renderpass.suballocation.formats.r16g16b16a16_sfloat.input.load.dont_care.clear_draw
dEQP-VK.renderpass.suballocation.formats.r32g32_sint.input.dont_care.store.self_dep_clear_use_input_aspect
dEQP-VK.renderpass.suballocation.formats.r8g8_uint.input.dont_care.dont_care.self_dep_clear
dEQP-VK.renderpass.suballocation.multisample_resolve.layers_3.r16g16b16a16_sfloat.samples_2_resolve_level_2
dEQP-VK.renderpass.suballocation.multisample_resolve.r32g32b32a32_sfloat.samples_2_resolve_level_2
dEQP-VK.renderpass2.suballocation.multisample.r16_sint.samples_4
dEQP-VK.robustness.image_robustness.bind.notemplate.r32f.dontunroll.volatile.storage_image.no_fmt_qual.img.samples_4.2d.comp
dEQP-VK.robustness.image_robustness.bind.notemplate.r32f.unroll.nonvolatile.sampled_image.no_fmt_qual.img.samples_1.2d.comp
dEQP-VK.robustness.image_robustness.bind.notemplate.r64ui.dontunroll.nonvolatile.storage_image.no_fmt_qual.img.samples_1.1d_array.comp
dEQP-VK.robustness.image_robustness.push.notemplate.r64ui.unroll.volatile.storage_image.fmt_qual.img.samples_1.2d_array.vert
dEQP-VK.robustness.image_robustness.push.notemplate.rgba32f.unroll.nonvolatile.storage_image.fmt_qual.img.samples_1.3d.vert
dEQP-VK.robustness.image_robustness.push.notemplate.rgba32i.unroll.volatile.storage_image.no_fmt_qual.img.samples_4.2d.comp
dEQP-VK.robustness.robustness2.push.template.r64i.unroll.volatile.storage_buffer.readonly.no_fmt_qual.null_descriptor.samples_1.1d.comp
dEQP-VK.spirv_assembly.instruction.compute.float_controls.fp32.input_args.rounding_rte_out_prod
dEQP-VK.spirv_assembly.instruction.compute.variable_pointers.complex_types_compute.opcopyobject_float_single_buffer_second_input
dEQP-VK.spirv_assembly.instruction.compute.variable_pointers.complex_types_compute.opcopyobject_outer_struct_single_buffer_second_input
dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.uniform_float_16_to_32.uniform_buffer_block_vector_float_const_idx_4_tesse
dEQP-VK.spirv_assembly.instruction.graphics.composite_insert.mat4x3_vert
dEQP-VK.spirv_assembly.instruction.graphics.float_controls.fp64.input_args.denorm_div_inf_flush_to_zero_vert
dEQP-VK.spirv_assembly.instruction.graphics.opspecconstantop.srem_tesse
dEQP-VK.subgroups.arithmetic.graphics.subgroupinclusiveand_i64vec3
dEQP-VK.subgroups.ballot_broadcast.framebuffer.subgroupbroadcast_nonconst_uvec3geometry
dEQP-VK.subgroups.quad.framebuffer.subgroupquadswaphorizontal_int_tess_eval
dEQP-VK.transform_feedback.fuzz.random_geometry.all_unordered_and_missing.16
dEQP-VK.transform_feedback.fuzz.random_geometry.basic_arrays.36
dEQP-VK.transform_feedback.fuzz.random_geometry.nested_structs_instance_arrays.26
dEQP-VK.transform_feedback.simple.query_triangle_strip_with_adjacency_0_6_64bits_beginqueryindexed_streamid_0
dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_420_unorm.color_conversion.ycbcr_identity_itu_full_tiling_optimal_cosited_binding_15

View File

@ -1,21 +1,11 @@
# These need a patch in CTS (CL#7623)
dEQP-VK.glsl.atomic_operations.exchange_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.exchange_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.comp_swap_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.comp_swap_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.add_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.add_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.max_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.max_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.and_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.and_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.or_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.or_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.xor_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.xor_unsigned_geometry,Fail
# This seems to fail due to the test error threshold being insufficient
dEQP-VK.geometry.input.basic_primitive.line_strip_adjacency,Fail
# Not analyzed
dEQP-VK.spirv_assembly.instruction.graphics.variable_pointers.graphics.writes_single_buffer_geom,Fail
dEQP-VK.graphicsfuzz.cov-sample-texture-hundred-iterations,Crash
# Triagged
dEQP-VK.spirv_assembly.instruction.graphics.early_fragment.depth_greater,Fail
dEQP-VK.spirv_assembly.instruction.graphics.early_fragment.depth_less,Fail
dEQP-VK.spirv_assembly.instruction.graphics.early_fragment.depth_not_equal,Fail

View File

@ -1,27 +1,17 @@
dEQP-VK.api.external.fence.opaque_fd.reset_permanent
dEQP-VK.api.external.fence.opaque_fd.reset_temporary
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.1B_out_of_memory_with_scalar_u32
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.32B_out_of_memory_with_vec4_s32
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.3B_out_of_memory_with_scalar_u32
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.3B_out_of_memory_with_vec4_f32
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.3B_out_of_memory_with_vec4_u32
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.4B_out_of_memory_with_scalar_f32
dEQP-VK.robustness.buffer_access.through_pointers.compute.reads.4B_out_of_memory_with_vec4_s32
dEQP-VK.robustness.buffer_access.through_pointers.graphics.reads.fragment.16B_out_of_memory_with_scalar_u32
dEQP-VK.robustness.buffer_access.through_pointers.graphics.reads.fragment.1B_out_of_memory_with_scalar_f32
dEQP-VK.robustness.buffer_access.through_pointers.graphics.reads.vertex.1B_out_of_memory_with_vec4_s32
dEQP-VK.robustness.buffer_access.through_pointers.graphics.reads.vertex.32B_out_of_memory_with_scalar_s32
dEQP-VK.robustness.buffer_access.through_pointers.graphics.reads.vertex.3B_out_of_memory_with_scalar_f32
dEQP-VK.robustness.buffer_access.through_pointers.graphics.reads.vertex.3B_out_of_memory_with_vec4_u32
dEQP-VK.ssbo.layout.instance_array_basic_type.std430.uvec4
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute.buffer_262144
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ssbo_compute_indirect.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_ubo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_buffer_read_vertex_input.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_image_to_buffer_read_ssbo_compute.buffer_262144
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_image_to_buffer_read_ssbo_compute_indirect.buffer_262144
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_image_to_buffer_read_ubo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_copy_image_to_buffer_read_vertex_input.buffer_262144
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_fill_buffer_read_ubo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_fill_buffer_read_vertex_input.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_indirect_buffer_draw_indexed_read_indirect_buffer_draw_indexed.indirect_buffer
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_ssbo_vertex_read_ubo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_update_buffer_read_ssbo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_update_buffer_read_ssbo_compute_indirect.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_update_buffer_read_ubo_compute.buffer_16384
dEQP-VK.synchronization.op.single_queue.binary_semaphore.write_update_buffer_read_vertex_input.buffer_16384
dEQP-VK.wsi.display.get_display_plane_capabilities

View File

@ -10,6 +10,9 @@ dEQP-VK.memory.mapping.dedicated_alloc.image.full.variable.implicit_unmap
dEQP-VK.memory.mapping.suballocation.full.variable.implicit_unmap
dEQP-VK.spirv_assembly.instruction.graphics.spirv_ids_abuse.lots_ids_geom
dEQP-VK.spirv_assembly.instruction.graphics.spirv_ids_abuse.lots_ids_vert
dEQP-VK.ssbo.layout.random.all_shared_buffer.5
dEQP-VK.ssbo.layout.random.arrays_of_arrays.13
dEQP-VK.ssbo.layout.random.nested_structs_arrays.0
dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_clamp
dEQP-VK.texture.explicit_lod.2d.sizes.128x128_linear_linear_mipmap_linear_repeat
dEQP-VK.texture.explicit_lod.2d.sizes.128x128_nearest_linear_mipmap_linear_clamp

View File

@ -3,6 +3,9 @@ dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_corner,Fail
dEQP-GLES2.functional.clipping.point.wide_point_clip,Fail
dEQP-GLES2.functional.clipping.point.wide_point_clip_viewport_center,Fail
dEQP-GLES2.functional.clipping.point.wide_point_clip_viewport_corner,Fail
dEQP-GLES3.functional.clipping.line.wide_line_clip_viewport_center,Fail
dEQP-GLES3.functional.clipping.point.wide_point_clip,Fail
dEQP-GLES3.functional.clipping.point.wide_point_clip_viewport_corner,Fail
dEQP-GLES31.functional.image_load_store.early_fragment_tests.early_fragment_tests_stencil,Crash
dEQP-GLES31.functional.image_load_store.early_fragment_tests.early_fragment_tests_stencil_fbo,Crash
dEQP-GLES31.functional.image_load_store.early_fragment_tests.early_fragment_tests_stencil_fbo_with_no_stencil,Crash
@ -110,25 +113,41 @@ dEQP-GLES31.functional.texture.border_clamp.unused_channels.r16i,Fail
dEQP-GLES31.functional.texture.border_clamp.unused_channels.r8,Fail
dEQP-GLES3.functional.clipping.line.wide_line_clip_viewport_corner,Fail
dEQP-GLES3.functional.clipping.point.wide_point_clip_viewport_center,Fail
dEQP-GLES3.functional.fbo.blit.depth_stencil.depth24_stencil8_basic,Fail
dEQP-GLES3.functional.fbo.blit.depth_stencil.depth24_stencil8_scale,Fail
dEQP-GLES3.functional.fbo.blit.depth_stencil.depth24_stencil8_stencil_only,Fail
dEQP-GLES3.functional.fbo.blit.depth_stencil.depth32f_stencil8_basic,Fail
dEQP-GLES3.functional.fbo.blit.depth_stencil.depth32f_stencil8_scale,Fail
dEQP-GLES3.functional.fbo.blit.depth_stencil.depth32f_stencil8_stencil_only,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_dst_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_dst_y,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_src_dst_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_src_dst_y,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_src_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_src_y,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_dst_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_dst_y,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_dst_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_dst_y,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_y,Fail
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_color,Fail
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_depth,Fail
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_color,Fail
dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_depth,Fail
dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_color,Fail
dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_depth,Fail
dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_msaa_color,Fail
dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_msaa_depth,Fail
dEQP-GLES3.functional.fbo.msaa.2_samples.depth24_stencil8,Fail
dEQP-GLES3.functional.fbo.msaa.2_samples.depth32f_stencil8,Fail
dEQP-GLES3.functional.fbo.msaa.2_samples.stencil_index8,Fail
dEQP-GLES3.functional.fbo.msaa.4_samples.depth24_stencil8,Fail
dEQP-GLES3.functional.fbo.msaa.4_samples.depth32f_stencil8,Fail
dEQP-GLES3.functional.fbo.msaa.4_samples.stencil_index8,Fail
dEQP-GLES3.functional.polygon_offset.float32_displacement_with_units,Fail
dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler2darray_fixed_vertex,Fail
dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler2dshadow_vertex,Fail
dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler3d_fixed_vertex,Fail
@ -137,6 +156,7 @@ dEQP-GLES3.functional.shaders.texture_functions.textureprojgradoffset.sampler2ds
dEQP-GLES3.functional.shaders.texture_functions.textureprojgradoffset.sampler3d_fixed_vertex,Fail
dEQP-GLES3.functional.shaders.texture_functions.textureprojgradoffset.sampler3d_float_vertex,Fail
dEQP-GLES3.functional.shaders.texture_functions.textureprojgrad.sampler2dshadow_vertex,Fail
dEQP-GLES3.functional.texture.specification.texstorage3d.size.3d_2x2x2_2_levels,Fail
dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_float,Fail
dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_ivec2,Fail
dEQP-GLES3.functional.transform_feedback.array_element.interleaved.lines.highp_ivec4,Fail

View File

@ -1,6 +1,9 @@
dEQP-GLES31.functional.blend_equation_advanced.msaa.colordodge,Fail
dEQP-GLES31.functional.blend_equation_advanced.msaa.exclusion,Fail
dEQP-GLES31.functional.blend_equation_advanced.msaa.hardlight,Fail
dEQP-GLES31.functional.blend_equation_advanced.msaa.multiply,Fail
dEQP-GLES31.functional.blend_equation_advanced.msaa.overlay,Fail
dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.input_output.7,Fail
dEQP-VK.renderpass.suballocation.attachment_allocation.input_output.7,Fail
dEQP-VK.renderpass.suballocation.subpass_dependencies.implicit_dependencies.render_passes_5,Fail
dEQP-VK.renderpass2.suballocation.subpass_dependencies.implicit_dependencies.render_passes_3,Fail

View File

@ -9,3 +9,6 @@
# fails these tests and qcom apparently noted the failure at one point
# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2017
dEQP-VK.renderpass.*separate_channels.*
# Flakes in VK-GL-CTS 1.2.7.0
dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_saturation

View File

@ -17,20 +17,6 @@ dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail,Fail
dEQP-VK.compute.basic.max_local_size_x,Crash
dEQP-VK.compute.basic.max_local_size_y,Crash
# only fails with TU_DEBUG=forcebin
dEQP-VK.glsl.atomic_operations.add_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.and_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.and_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.comp_swap_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.exchange_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.exchange_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.max_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.max_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.or_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.or_unsigned_geometry,Fail
dEQP-VK.glsl.atomic_operations.xor_signed_geometry,Fail
dEQP-VK.glsl.atomic_operations.xor_unsigned_geometry,Fail
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4462
dEQP-VK.pipeline.framebuffer_attachment.diff_attachments_2d_19x27_32x32_ms,Fail
@ -41,8 +27,6 @@ dEQP-VK.renderpass.suballocation.attachment_allocation.input_output.7,Fail
dEQP-VK.renderpass2.dedicated_allocation.attachment_allocation.input_output.7,Fail
dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.7,Fail
dEQP-VK.renderpass.suballocation.subpass_dependencies.implicit_dependencies.render_passes_5,Fail
# "MESA: error: ir3_ra() failed!
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/33
dEQP-VK.spirv_assembly.instruction.compute.opcopymemory.array,Fail
@ -64,3 +48,449 @@ dEQP-VK.texture.filtering.unnormal.formats.d24_unorm_s8_uint_stencil.nearest,Fai
# Broken on all drivers: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4582
dEQP-VK.wsi.display_control.register_device_event,Fail
# New in VK-GL-CTS 1.2.7.0
KHR-GL33.cull_distance.coverage,Fail
dEQP-VK.api.copy_and_blit.core.resolve_image.whole_array_image_one_region.4_bit,Fail
dEQP-VK.api.info.format_properties.g8_b8_r8_3plane_420_unorm,Fail
dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8_r8_3plane_420_unorm,Fail
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.combined_image_sampler.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.tesc,Crash
dEQP-VK.binding_model.mutable_descriptor.single.input_attachment.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.input_attachment.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.input_attachment.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.input_attachment.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_input_attachment.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_input_attachment.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_input_attachment.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_input_attachment.update_write.no_source.no_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampled_image.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_sampler.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_buffer.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_image.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_storage_texel_buffer.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_buffer.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.combined_image_sampler_uniform_texel_buffer.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.input_attachment_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.input_attachment_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.input_attachment_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.input_attachment_combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.sampled_image_combined_image_sampler.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_buffer_combined_image_sampler.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_image_combined_image_sampler.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.frag,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_write.no_source.no_source.pool_no_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.storage_texel_buffer_combined_image_sampler.update_write.no_source.no_source.pool_same_types.update_after_bind.no_array.comp,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.nonmutable_source.host_only_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_copy.nonmutable_source.normal_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_write.no_source.no_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_write.no_source.no_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single.switches.uniform_buffer_combined_image_sampler.update_write.no_source.no_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.host_only_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.normal_source.pool_expand_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.normal_source.pool_no_types.update_after_bind.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.pre_update.no_array.vert,Crash
dEQP-VK.binding_model.mutable_descriptor.single_nonmutable.combined_image_sampler.update_copy.mutable_source.normal_source.pool_same_types.update_after_bind.no_array.vert,Crash
dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite,Fail
dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store,Fail
dEQP-VK.pipeline.misc.primitive_id_from_tess,Fail
dEQP-VK.spirv_assembly.instruction.spirv1p4.opcopylogical.nested_arrays_different_strides,Fail
dEQP-VK.ssbo.layout.2_level_array.scalar.row_major_mat4_store_cols,Fail
dEQP-VK.ssbo.layout.2_level_array.std140.row_major_mat4_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.2_level_array.std430.row_major_mat4_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_array.scalar.row_major_mat2x4,Fail
dEQP-VK.ssbo.layout.3_level_array.scalar.row_major_mat3_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.scalar.row_major_mat3x4_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_array.scalar.row_major_mat4_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_array.scalar.row_major_mat4x2_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.scalar.row_major_mat4x3,Fail
dEQP-VK.ssbo.layout.3_level_array.std140.row_major_mat2x4_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_array.std140.row_major_mat3_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.std140.row_major_mat3x4,Fail
dEQP-VK.ssbo.layout.3_level_array.std140.row_major_mat4,Fail
dEQP-VK.ssbo.layout.3_level_array.std140.row_major_mat4x2_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.std140.row_major_mat4x3_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_array.std430.row_major_mat2x4_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.std430.row_major_mat3,Fail
dEQP-VK.ssbo.layout.3_level_array.std430.row_major_mat3x4_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.std430.row_major_mat4_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_array.std430.row_major_mat4x2_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_array.std430.row_major_mat4x3_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.row_major_mat2x4_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.row_major_mat3,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.row_major_mat3x4_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.row_major_mat4_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.row_major_mat4x2_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.row_major_mat4x3_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std140.row_major_mat2x4_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std140.row_major_mat3_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std140.row_major_mat3x4_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std140.row_major_mat4_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std140.row_major_mat4x2,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std140.row_major_mat4x3_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std430.row_major_mat2x4_comp_access,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std430.row_major_mat3_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std430.row_major_mat3x4,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std430.row_major_mat4,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std430.row_major_mat4x2_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.3_level_unsized_array.std430.row_major_mat4x3_comp_access,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.scalar.row_major_mat3x4,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.scalar.row_major_mat4,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.scalar.row_major_mat4x3_comp_access,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.std140.row_major_mat3x4_comp_access,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.std140.row_major_mat4_comp_access,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.std140.row_major_mat4x3,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.std430.row_major_mat3x4_store_cols,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.std430.row_major_mat4_store_cols,Fail
dEQP-VK.ssbo.layout.basic_unsized_array.std430.row_major_mat4x3_comp_access_store_cols,Fail
dEQP-VK.ssbo.layout.random.all_shared_buffer.5,Fail
dEQP-VK.ssbo.layout.random.scalar.19,Fail
dEQP-VK.transform_feedback.fuzz.various_buffers.buffers100_instance_array_vertex,Fail

View File

@ -11,10 +11,9 @@ dEQP-VK.spirv_assembly.instruction.graphics.spirv_ids_abuse.lots_ids_tesse
# Timeout, passes otherwise
dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_odd_spacing
# Timeout (VK-GL-CTS 1.2.6.1)
# Timeout (VK-GL-CTS 1.2.7.0)
dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_even_spacing
dEQP-VK.tessellation.invariance.outer_triangle_set.quads_equal_spacing
dEQP-VK.ubo.random.all_out_of_order_offsets.45
# Crashes likely caused by https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2701
dEQP-VK.synchronization.cross_instance.*binary_semaphore_fence_fd

View File

@ -62,8 +62,6 @@ dEQP-GLES31.functional.primitive_bounding_box.wide_points.tessellation_set_per_p
dEQP-GLES31.functional.primitive_bounding_box.wide_points.tessellation_set_per_primitive.vertex_tessellation_fragment.fbo,Fail
KHR-GL45.get_texture_sub_image.errors_test,Fail
KHR-GL45.get_texture_sub_image.functional_test,Fail
KHR-GL45.gl_spirv.spirv_glsl_to_spirv_builtin_functions_test,Fail
KHR-GL45.shader_image_load_store.basic-api-bind,Fail
KHR-GL45.transform_feedback.capture_vertex_interleaved_test,Fail
KHR-GL45.transform_feedback.capture_vertex_separate_test,Fail
KHR-GL45.transform_feedback.discard_vertex_test,Fail

View File

@ -1,39 +1,74 @@
dEQP-GLES31.functional.debug.negative_coverage.get_error.buffer.read_pixels_fbo_format_mismatch,Fail
dEQP-GLES31.functional.debug.negative_coverage.log.buffer.read_pixels_fbo_format_mismatch,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.0,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.10,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.12,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.2,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.0,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.2,Fail
dEQP-GLES31.functional.fbo.no_attachments.interaction.256x256ms2_default_128x512ms0,Fail
dEQP-GLES31.functional.fbo.no_attachments.multisample.samples2,Fail
dEQP-GLES31.functional.fbo.no_attachments.multisample.samples4,Fail
dEQP-GLES31.functional.fbo.no_attachments.random.9,Fail
dEQP-GLES31.functional.geometry_shading.emit.line_strip_emit_2_end_2,Crash
dEQP-GLES31.functional.geometry_shading.emit.triangle_strip_emit_1_end_2,Crash
dEQP-GLES31.functional.geometry_shading.emit.triangle_strip_emit_3_end_2,Crash
dEQP-GLES31.functional.image_load_store.early_fragment_tests.early_fragment_tests_stencil_fbo,Fail
dEQP-GLES31.functional.state_query.integer.max_framebuffer_samples_getinteger64,Fail
dEQP-GLES31.functional.state_query.texture.texture_2d_multisample_array.texture_immutable_levels_integer,Fail
dEQP-GLES31.functional.state_query.texture.texture_2d_multisample.texture_immutable_format_pure_uint,Fail
dEQP-GLES31.functional.state_query.texture.texture_2d_multisample_array.texture_immutable_levels_integer,Fail
dEQP-GLES31.functional.state_query.texture.texture_2d_multisample_array.texture_immutable_levels_pure_int,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.combinations.nearest_linear_clamp_repeat,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.combinations.nearest_linear_mirror_repeat,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.combinations.nearest_mipmap_nearest_linear_clamp_repeat,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.combinations.nearest_mipmap_nearest_linear_repeat_mirror,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.combinations.nearest_mipmap_nearest_nearest_repeat_repeat,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb10_a2_nearest_mipmap_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb5_a1_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgba16f_nearest_mipmap_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgba8_nearest_mipmap_linear,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.sizes.128x128x12_nearest_mipmap_linear,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.sizes.63x63x18_nearest_mipmap_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.sizes.64x64x12_nearest_mipmap_linear,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.sizes.8x8x6_nearest,Fail
dEQP-GLES31.functional.texture.gather.basic.cube.rgba8.no_corners.size_pot.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.basic.cube.rgba8i.no_corners.size_pot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.depth32f.base_level.level_2,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.depth32f.size_npot.compare_less.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8.base_level.level_2,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8i.base_level.level_1,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8i.size_npot.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8.texture_swizzle.blue_alpha_zero_one,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8ui.texture_swizzle.blue_alpha_zero_one,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.base_level.level_1,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.size_npot.compare_greater.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.depth32f.size_npot.compare_less.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8.base_level.level_1,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8i.filter_mode.min_nearest_mipmap_nearest_mag_nearest,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8i.size_pot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8.texture_swizzle.alpha_zero_one_red,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8.texture_swizzle.green_blue_alpha_zero,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8i.base_level.level_2,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8i.filter_mode.min_nearest_mipmap_nearest_mag_nearest,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8i.size_npot.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8i.size_pot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8ui.texture_swizzle.alpha_zero_one_red,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d.rgba8ui.texture_swizzle.green_blue_alpha_zero,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.depth32f.size_npot.compare_greater.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.rgba8i.size_npot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.rgba8ui.size_pot.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.depth32f.base_level.level_2,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.depth32f.size_npot.compare_greater.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.depth32f.size_npot.compare_less.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.depth32f.size_pot.compare_less.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8.base_level.level_2,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8.size_pot.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8.texture_swizzle.blue_alpha_zero_one,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8.texture_swizzle.zero_one_red_green,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8i.base_level.level_1,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8i.size_npot.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8i.size_npot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8ui.size_pot.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8ui.texture_swizzle.blue_alpha_zero_one,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.implementation_offset.2d_array.rgba8ui.texture_swizzle.zero_one_red_green,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d.depth32f.size_npot.compare_greater.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d.depth32f.size_npot.compare_greater.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d.depth32f.size_pot.compare_less.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d.rgba8i.size_npot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d.rgba8ui.size_npot.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d.rgba8ui.size_pot.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.depth32f.size_npot.compare_greater.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.depth32f.size_npot.compare_greater.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.depth32f.size_pot.compare_less.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.rgba8i.size_npot.mirrored_repeat_clamp_to_edge,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.rgba8ui.size_npot.clamp_to_edge_repeat,Fail
dEQP-GLES31.functional.texture.gather.offset_dynamic.min_required_offset.2d_array.rgba8ui.size_pot.repeat_mirrored_repeat,Fail
dEQP-GLES31.functional.texture.multisample.samples_1.sample_mask_and_alpha_to_coverage,Fail

View File

@ -378,6 +378,11 @@ dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_r8_linear_mipmap_linear,
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_r8_linear_mipmap_nearest,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_r8_nearest_mipmap_linear,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_r8_nearest_mipmap_nearest,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_rg8_linear,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_rg8_linear_mipmap_linear,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_rg8_linear_mipmap_nearest,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_rg8_nearest_mipmap_linear,Fail
dEQP-GLES3.functional.texture.filtering.3d.formats.srgb_rg8_nearest_mipmap_nearest,Fail
dEQP-GLES3.functional.texture.filtering.3d.sizes.128x32x64_linear,Fail
dEQP-GLES3.functional.texture.filtering.3d.sizes.128x32x64_linear_mipmap_linear,Fail
dEQP-GLES3.functional.texture.filtering.3d.sizes.128x32x64_linear_mipmap_nearest,Fail
@ -554,6 +559,9 @@ dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgba8_nearest_mipmap
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgba8_snorm_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgba8_snorm_nearest_mipmap_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.sr8_nearest_mipmap_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_nearest_mipmap_linear,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_nearest_mipmap_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.srgb8_alpha8_nearest,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.formats.srgb8_alpha8_nearest_mipmap_linear,Fail
dEQP-GLES31.functional.texture.filtering.cube_array.sizes.128x128x12_linear,Fail
@ -777,9 +785,12 @@ dEQP-GLES31.functional.texture.multisample.samples_1.sample_mask_non_effective_b
dEQP-GLES31.functional.texture.multisample.samples_1.sample_mask_only,Fail
KHR-GL33.CommonBugs.CommonBug_ParenthesisInLayoutQualifierIntegerValue,Fail
KHR-GL33.clip_distance.functional,Fail
KHR-GL33.cull_distance.coverage,Fail
KHR-GL33.cull_distance.functional,Fail
KHR-GL33.pipeline_statistics_query_tests_ARB.functional_compute_shader_invocations,Fail
KHR-GL33.pipeline_statistics_query_tests_ARB.functional_fragment_shader_invocations,Fail
KHR-GL33.pipeline_statistics_query_tests_ARB.functional_primitives_vertices_submitted_and_clipping_input_output_primitives,Fail
KHR-GL33.shaders.indexing.tmp_array.vertexid,Fail
KHR-GL33.texture_size_promotion.functional,Fail
KHR-GL33.transform_feedback.capture_geometry_interleaved_test,Fail
KHR-GL33.transform_feedback.capture_geometry_separate_test,Fail
@ -870,6 +881,7 @@ KHR-GLES2.texture_3d.filtering.sizes.63x63x63_nearest_mipmap_linear,Fail
KHR-GLES2.texture_3d.filtering.sizes.63x63x63_nearest_mipmap_nearest,Fail
KHR-GLES3.framebuffer_completeness.all_rbos_expect_same_numsamples,Fail
KHR-GLES3.framebuffer_completeness.rbo_and_texture_expect_zero_numsamples,Fail
KHR-GLES3.shaders.indexing.tmp_array.vertexid,Fail
KHR-GLES31.core.draw_buffers_indexed.blending,Fail
KHR-GLES31.core.draw_buffers_indexed.color_masks,Fail
KHR-GLES31.core.framebuffer_completeness.all_rbos_expect_same_numsamples,Fail

View File

@ -40,7 +40,6 @@ dEQP-GLES3.functional.rasterization.interpolation.basic.lines_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.line_loop_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.line_strip_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.lines_wide,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.8,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.4,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.9,Fail
dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_tessellation_fragment.default_framebuffer_bbox_equal,Fail
@ -91,7 +90,6 @@ dEQP-GLES31.functional.shaders.builtin_constants.geometry_shader.max_geometry_un
dEQP-GLES31.functional.shaders.builtin_constants.sample_variables.max_samples,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_patch_vertices,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_atomic_counter_buffers,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_atomic_counters,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_input_components,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_output_components,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_texture_image_units,Fail
@ -167,10 +165,6 @@ dEQP-GLES31.functional.shaders.sample_variables.sample_mask_in.bit_count_per_two
dEQP-GLES31.functional.shaders.sample_variables.sample_mask_in.bit_count_per_two_samples.multisample_texture_1,Fail
dEQP-GLES31.functional.shaders.sample_variables.sample_mask_in.bit_count_per_two_samples.multisample_texture_2,Fail
# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2892
KHR-GL30.shaders30.glsl_constructors.bvec4_from_bool_mat2_vs,Crash
KHR-GL30.shaders30.glsl_constructors.bvec4_from_bool_mat3_vs,Crash
KHR-GL30.shaders30.glsl_constructors.bvec4_from_bool_mat4x2_vs,Crash
KHR-GL30.shaders30.glsl_constructors.bvec4_from_bool_mat4x3_fs,Crash
KHR-GL30.shaders30.glsl_constructors.bvec4_from_mat4x2_vs,Crash
KHR-GL30.transform_feedback.api_errors_test,Fail
KHR-GL30.transform_feedback.capture_vertex_interleaved_test,Fail

View File

@ -40,7 +40,6 @@ dEQP-GLES3.functional.rasterization.interpolation.basic.lines_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.line_loop_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.line_strip_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.lines_wide,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.8,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.4,Fail
dEQP-GLES31.functional.draw_buffers_indexed.random.max_required_draw_buffers.9,Fail
dEQP-GLES31.functional.primitive_bounding_box.wide_points.global_state.vertex_tessellation_fragment.default_framebuffer_bbox_equal,Fail
@ -91,7 +90,6 @@ dEQP-GLES31.functional.shaders.builtin_constants.geometry_shader.max_geometry_un
dEQP-GLES31.functional.shaders.builtin_constants.sample_variables.max_samples,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_patch_vertices,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_atomic_counter_buffers,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_atomic_counters,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_input_components,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_output_components,Fail
dEQP-GLES31.functional.shaders.builtin_constants.tessellation_shader.max_tess_control_texture_image_units,Fail

View File

@ -5,11 +5,19 @@ dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_pos_x_and_neg_y_n
dEQP-GLES2.functional.clipping.triangle_vertex.clip_two.clip_neg_y_neg_z_and_neg_x_neg_y_pos_z,Fail
dEQP-GLES2.functional.clipping.triangle_vertex.clip_two.clip_pos_y_pos_z_and_neg_x_neg_y_neg_z,Fail
dEQP-GLES2.functional.polygon_offset.default_displacement_with_units,Fail
dEQP-GLES3.functional.clipping.line.wide_line_clip_viewport_center,Fail
dEQP-GLES3.functional.clipping.point.wide_point_clip,Fail
dEQP-GLES3.functional.clipping.point.wide_point_clip_viewport_center,Fail
dEQP-GLES3.functional.clipping.triangle_vertex.clip_two.clip_neg_y_neg_z_and_neg_x_neg_y_pos_z,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_mag_reverse_dst_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_dst_x,Fail
dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_min_reverse_src_x,Fail
dEQP-GLES3.functional.multisample.fbo_4_samples.sample_coverage_invert,Fail
dEQP-GLES3.functional.multisample.fbo_max_samples.sample_coverage_invert,Fail
dEQP-GLES3.functional.rasterization.interpolation.basic.line_loop_wide,Fail
dEQP-GLES3.functional.rasterization.interpolation.projected.line_strip_wide,Fail
KHR-GL32.transform_feedback.capture_geometry_separate_test,Fail
KHR-GL32.transform_feedback.capture_vertex_interleaved_test,Fail
KHR-GL32.transform_feedback.capture_vertex_separate_test,Fail

View File

@ -1,21 +1,33 @@
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a8b8g8r8_unorm_pack32.r16_unorm.general_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a8b8g8r8_unorm_pack32.r16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a8b8g8r8_unorm_pack32.r16g16_unorm.optimal_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a8b8g8r8_unorm_pack32.r16g16_unorm.optimal_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a8b8g8r8_unorm_pack32.r16g16b16a16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_unorm.r16_unorm.general_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_unorm.r16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_unorm.r16g16_unorm.optimal_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_unorm.r16g16_unorm.optimal_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.b8g8r8a8_unorm.r16g16b16a16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8_unorm.r16_unorm.general_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8_unorm.r16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8_unorm.r16g16_unorm.optimal_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8_unorm.r16g16_unorm.optimal_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8_unorm.r16g16b16a16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8_unorm.r16_unorm.general_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8_unorm.r16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8_unorm.r16g16_unorm.optimal_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8_unorm.r16g16_unorm.optimal_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8_unorm.r16g16b16a16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.a2b10g10r10_unorm_pack32.general_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.a2b10g10r10_unorm_pack32.general_linear_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.a2b10g10r10_unorm_pack32.optimal_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16_unorm.optimal_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16_unorm.optimal_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16g16_unorm.general_optimal_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16g16b16a16_unorm.linear_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16g16b16a16_unorm.optimal_general_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.r8g8b8a8_unorm.r16g16b16a16_unorm.optimal_linear_linear,Fail
dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.ctimeolor.2d.a8b8g8r8_unorm_pack32.r16_unorm.general_optimal_linear,Fail
dEQP-VK.glsl.builtin.precision.pow.highp.vec2,Fail
dEQP-VK.glsl.builtin.precision.pow.highp.vec3,Fail
dEQP-VK.glsl.builtin.precision.pow.highp.vec4,Fail
@ -30,3 +42,250 @@ dEQP-VK.glsl.texture_functions.query.texturequerylod.sampler2dshadow_fragment,Fa
dEQP-VK.glsl.texture_functions.query.texturequerylod.usampler1darray_fragment,Fail
dEQP-VK.rasterization.primitives.static_stipple.rectangular_line_strip_wide,Fail
dEQP-VK.rasterization.primitives_multisample_4_bit.dynamic_stipple.line_strip_wide,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear.mirrored_repeat.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.linear.repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.repeat.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.linear_mipmap_linear.nearest.repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear.repeat.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.linear.repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.mirror_clamp_to_edge,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.combinations.nearest_mipmap_linear.nearest.repeat.repeat,Fail
dEQP-VK.texture.filtering.2d.formats.a1r5g5b5_unorm.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.formats.a8b8g8r8_srgb.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.formats.b10g11r11_ufloat.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.formats.r16g16b16a16_sfloat.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.formats.r5g6b5_unorm.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_snorm.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.formats.r8g8b8a8_unorm.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.sizes.128x128.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d.sizes.32x64.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.linear.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.linear.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.linear.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.linear.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.linear_mipmap_linear.nearest.repeat.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.linear.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.linear.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.linear.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.linear.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.2d_array.combinations.nearest_mipmap_linear.nearest.repeat.repeat,Fail
dEQP-VK.texture.filtering.2d_array.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.a8b8g8r8_srgb.a8b8g8r8_srgb_linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.r16g16b16a16_sfloat.r16g16b16a16_sfloat_nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.formats.r5g6b5_unorm.r5g6b5_unorm_nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.sizes.128x32x64.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.2d_array.sizes.32x64x16.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.clamp_to_edge.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirrored_repeat.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirrored_repeat.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirrored_repeat.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.repeat.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.repeat.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.repeat.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.repeat.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.clamp_to_edge.repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirrored_repeat.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirrored_repeat.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirrored_repeat.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirrored_repeat.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.mirrored_repeat.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.linear.repeat.repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.mirror_clamp_to_edge.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.repeat.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.repeat.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.repeat.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.repeat.mirrored_repeat.repeat,Fail
dEQP-VK.texture.filtering.3d.combinations.nearest_mipmap_linear.nearest.repeat.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.3d.formats.a1r5g5b5_unorm.a1r5g5b5_unorm_nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.formats.b10g11r11_ufloat.b10g11r11_ufloat_nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.formats.e5b9g9r9_ufloat.e5b9g9r9_ufloat_nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.sizes.128x32x64.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.sizes.32x64x16.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.3d.sizes.63x63x63.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.clamp_to_border.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.clamp_to_edge.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.repeat.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.linear.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.clamp_to_border.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.clamp_to_border.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.clamp_to_border.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.mirrored_repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.mirrored_repeat.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.linear_mipmap_linear.nearest.repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.clamp_to_border.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.clamp_to_edge.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.mirrored_repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.repeat.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.linear.repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.clamp_to_border.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.clamp_to_border.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.clamp_to_border.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.mirror_clamp_to_edge.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.clamp_to_edge,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat,Fail
dEQP-VK.texture.filtering.cube.combinations.nearest_mipmap_linear.nearest.repeat.clamp_to_border,Fail
dEQP-VK.texture.filtering.cube.formats.a1r5g5b5_unorm.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_snorm.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.formats.r8g8b8a8_unorm.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.sizes.128x128.linear_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.sizes.128x128.nearest_mipmap_linear,Fail
dEQP-VK.texture.filtering.cube.sizes.63x63.nearest_mipmap_linear,Fail
dEQP-VK.texture.mipmap.2d.affine.linear_linear_clamp,Fail
dEQP-VK.texture.mipmap.2d.affine.linear_linear_repeat,Fail
dEQP-VK.texture.mipmap.2d.base_level.linear_linear,Fail
dEQP-VK.texture.mipmap.2d.basic.linear_linear_clamp_npot,Fail
dEQP-VK.texture.mipmap.2d.basic.linear_linear_mirror_non_square,Fail
dEQP-VK.texture.mipmap.2d.basic.linear_linear_repeat_npot,Fail
dEQP-VK.texture.mipmap.2d.basic.nearest_linear_clamp,Fail
dEQP-VK.texture.mipmap.2d.basic.nearest_linear_mirror_non_square,Fail
dEQP-VK.texture.mipmap.2d.basic.nearest_linear_mirror_npot,Fail
dEQP-VK.texture.mipmap.2d.basic.nearest_linear_repeat,Fail
dEQP-VK.texture.mipmap.2d.max_level.nearest_linear,Fail
dEQP-VK.texture.mipmap.2d.max_lod.linear_linear,Fail
dEQP-VK.texture.mipmap.2d.min_lod.nearest_linear,Fail
dEQP-VK.texture.mipmap.2d.projected.linear_linear_repeat,Fail
dEQP-VK.texture.mipmap.2d.projected.nearest_linear_mirror,Fail
dEQP-VK.texture.mipmap.2d.projected.nearest_linear_repeat,Fail
dEQP-VK.texture.mipmap.3d.affine.linear_linear_clamp,Fail
dEQP-VK.texture.mipmap.3d.affine.nearest_linear_clamp,Fail
dEQP-VK.texture.mipmap.3d.base_level.linear_linear,Fail
dEQP-VK.texture.mipmap.3d.basic.linear_linear_clamp,Fail
dEQP-VK.texture.mipmap.3d.basic.linear_linear_mirror_npot,Fail
dEQP-VK.texture.mipmap.3d.basic.linear_linear_repeat,Fail
dEQP-VK.texture.mipmap.3d.basic.nearest_linear_clamp_npot,Fail
dEQP-VK.texture.mipmap.3d.basic.nearest_linear_mirror_npot,Fail
dEQP-VK.texture.mipmap.3d.max_level.linear_linear,Fail
dEQP-VK.texture.mipmap.3d.max_lod.nearest_linear,Fail
dEQP-VK.texture.mipmap.3d.projected.linear_linear_mirror,Fail
dEQP-VK.texture.mipmap.3d.projected.nearest_linear_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_linear_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.basic.linear_linear_nearest_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_linear_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_nearest_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.basic.linear_nearest_nearest_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_linear_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.basic.nearest_linear_linear_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_linear_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.basic.nearest_nearest_nearest_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_linear_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_nearest_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.bias.linear_linear_nearest_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_linear_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_nearest_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.bias.linear_nearest_nearest_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_linear_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.bias.nearest_linear_nearest_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_linear_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.bias.nearest_nearest_nearest_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.max_level.linear_nearest,Fail
dEQP-VK.texture.mipmap.cubemap.max_level.nearest_linear,Fail
dEQP-VK.texture.mipmap.cubemap.max_lod.nearest_linear,Fail
dEQP-VK.texture.mipmap.cubemap.max_lod.nearest_nearest,Fail
dEQP-VK.texture.mipmap.cubemap.min_lod.linear_linear,Fail
dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_linear_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.projected.linear_linear_linear_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_linear_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.projected.linear_nearest_nearest_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_linear_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_nearest_clamp,Fail
dEQP-VK.texture.mipmap.cubemap.projected.nearest_linear_nearest_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_linear_repeat,Fail
dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_nearest_mirror,Fail
dEQP-VK.texture.mipmap.cubemap.projected.nearest_nearest_nearest_repeat,Fail

View File

@ -5,24 +5,5 @@
# TODO: fix me
dEQP-VK.texture.filtering.3d.sizes.3x7x5.linear_mipmap_linear
# Timeout (VK-GL-CTS 1.2.6.1)
dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite
dEQP-VK.tessellation.invariance.outer_edge_division.quads_equal_spacing
dEQP-VK.tessellation.invariance.outer_triangle_set.quads_fractional_even_spacing
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.clamp_to_edge.mirrored_repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirror_clamp_to_edge.mirrored_repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirrored_repeat.clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirrored_repeat.mirror_clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.mirrored_repeat.repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.linear.repeat.mirrored_repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.clamp_to_edge.repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.mirror_clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirror_clamp_to_edge.repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.mirrored_repeat.mirrored_repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.repeat.clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.repeat.mirror_clamp_to_edge.mirrored_repeat
dEQP-VK.texture.filtering.3d.combinations.linear_mipmap_linear.nearest.repeat.repeat.mirrored_repeat
dEQP-VK.texture.filtering.3d.sizes.32x64x16.linear_mipmap_linear
# Timeout (VK-GL-CTS 1.2.7.0)
dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_even_spacing