From 24d5bdbb6e66ada0d9b9c00ab0a26fe786952d1b Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Mon, 20 Mar 2023 14:04:55 -0700 Subject: [PATCH] ci/windows: Update warp to 1.0.5 Part-of: --- .gitlab-ci/image-tags.yml | 2 +- .gitlab-ci/windows/mesa_deps_test.ps1 | 2 +- src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt | 1 + .../drivers/d3d12/ci/d3d12-quick_shader.txt | 3 - src/microsoft/ci/warp-fails.txt | 254 +++++++++++++++++++++ 5 files changed, 257 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 808f4c4..2406fec 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -30,4 +30,4 @@ variables: WINDOWS_X64_BUILD_TAG: "2023-02-07-llvm-15" WINDOWS_X64_TEST_PATH: "windows/x64_test" - WINDOWS_X64_TEST_TAG: "2023-01-13-warp-update" + WINDOWS_X64_TEST_TAG: "2023-03-20-warp-update" diff --git a/.gitlab-ci/windows/mesa_deps_test.ps1 b/.gitlab-ci/windows/mesa_deps_test.ps1 index 4b2a13e..c96ba49 100644 --- a/.gitlab-ci/windows/mesa_deps_test.ps1 +++ b/.gitlab-ci/windows/mesa_deps_test.ps1 @@ -148,7 +148,7 @@ Remove-Item -Recurse 'C:\agility' Get-Date Write-Host "Downloading Updated WARP" -Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.4 -OutFile 'warp.zip' +Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.5 -OutFile 'warp.zip' Expand-Archive -Path 'warp.zip' -DestinationPath 'C:\warp' Remove-Item 'warp.zip' diff --git a/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt b/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt index 0b77ab7..4958d4a 100644 --- a/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt +++ b/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt @@ -36,6 +36,7 @@ spec@!opengl 3.2@gl-3.2-adj-prims pv-last,Fail spec@arb_draw_indirect@arb_draw_indirect-api-errors,Crash spec@arb_explicit_attrib_location@overlapping-locations-input-attribs api,Crash spec@arb_explicit_attrib_location@overlapping-locations-input-attribs shader,Crash +spec@arb_framebuffer_object@fbo-blit-scaled-linear,Fail spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-atomic,Fail spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-atomic@Per-sample,Fail spec@arb_get_program_binary@restore-sso-program,Fail diff --git a/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.txt b/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.txt index f1b8094..8ae2afb 100644 --- a/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.txt +++ b/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.txt @@ -1,6 +1,3 @@ -spec@arb_gpu_shader5@execution@ubo_array_indexing@fs-masked,Fail -spec@arb_gpu_shader5@execution@ubo_array_indexing@fs-nonuniform-control-flow,Fail -spec@arb_gpu_shader5@execution@ubo_array_indexing@vs-nonuniform-control-flow,Fail spec@arb_gpu_shader_fp64@execution@vs-fs-explicit-locations,Crash spec@arb_gpu_shader_int64@execution@indirect-array-two-accesses,Fail spec@arb_separate_shader_objects@execution@layout-location-block-with-struct-member,Crash diff --git a/src/microsoft/ci/warp-fails.txt b/src/microsoft/ci/warp-fails.txt index 4f070dc..e6a0c85 100644 --- a/src/microsoft/ci/warp-fails.txt +++ b/src/microsoft/ci/warp-fails.txt @@ -7,8 +7,10 @@ dEQP-VK.info.instance_extensions,Fail # large it will be using the same approach, to validate that heap placement will work. This will be fixed with # a future D3D version. dEQP-VK.image.sample_texture.128_bit_compressed_format_two_samplers_cubemap,Fail +dEQP-VK.image.sample_texture.128_bit_compressed_format_two_samplers,Fail dEQP-VK.image.sample_texture.64_bit_compressed_format,Fail dEQP-VK.image.sample_texture.64_bit_compressed_format_two_samplers,Fail +dEQP-VK.image.sample_texture.64_bit_compressed_format_cubemap,Fail dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgb_srgb_block.r16g16b16a16_snorm,Fail dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgb_srgb_block.r16g16b16a16_uint,Fail dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgb_srgb_block.r32g32_sint,Fail @@ -368,9 +370,261 @@ dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc4_u dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc5_unorm_block.r32g32b32a32_sint,Fail dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc5_unorm_block.r32g32b32a32_uint,Fail dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc7_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgb_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgb_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgba_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc1_rgba_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc2_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc4_snorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc4_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_load.bc6h_sfloat_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgb_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgba_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc1_rgba_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc2_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc3_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc4_snorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc4_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc7_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.image_store.bc7_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgba_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgba_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgba_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgba_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc1_rgba_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc2_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc3_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc4_snorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc4_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texel_fetch.bc5_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc1_rgba_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc1_rgba_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc4_snorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc4_snorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc6h_ufloat_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc7_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.2d_image.texture.bc7_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc1_rgb_srgb_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc1_rgb_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc1_rgba_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc1_rgba_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc2_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc4_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc6h_ufloat_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc6h_ufloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_load.bc7_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc1_rgba_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc1_rgba_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc2_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc2_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc3_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc4_snorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc5_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc6h_ufloat_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc6h_ufloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc7_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc7_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc7_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.image_store.bc7_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc1_rgb_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc1_rgba_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc1_rgba_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc1_rgba_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc2_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc4_snorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc4_snorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc4_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc5_snorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc5_snorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc6h_sfloat_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texel_fetch.bc7_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc1_rgb_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc1_rgb_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc1_rgb_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc1_rgba_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc1_rgba_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc4_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.basic.3d_image.texture.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc1_rgb_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc1_rgb_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc1_rgba_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc2_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc2_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc2_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc3_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc5_snorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc5_snorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_load.bc5_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgb_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgb_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgb_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgba_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgba_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc1_rgba_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc2_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc3_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc5_snorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc5_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.image_store.bc7_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgba_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc1_rgba_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc2_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc2_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc4_snorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc4_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc5_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texel_fetch.bc6h_ufloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgb_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgb_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgb_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgb_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgba_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgba_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc1_rgba_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc4_snorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc5_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.2d_image.texture.bc7_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc1_rgb_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc1_rgba_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc2_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc4_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc4_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_load.bc7_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgb_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgb_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgb_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgba_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgba_srgb_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc1_rgba_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc3_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc4_snorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc6h_sfloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc7_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.image_store.bc7_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc4_snorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc4_snorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc6h_sfloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texel_fetch.bc7_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc1_rgb_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc1_rgba_srgb_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc1_rgba_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc2_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc4_snorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.compute.extended.3d_image.texture.bc5_snorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc1_rgb_srgb_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc1_rgb_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc1_rgba_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc3_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc3_unorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc3_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc4_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc5_snorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.2d_image.texture_read.bc7_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc1_rgb_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc1_rgb_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc1_rgb_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc1_rgba_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc1_rgba_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc2_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc3_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc4_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc4_unorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc5_snorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc5_snorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.basic.3d_image.texture_read.bc6h_sfloat_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc1_rgb_srgb_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc1_rgb_srgb_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc1_rgb_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc1_rgb_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc1_rgb_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc1_rgba_unorm_block.r16g16b16a16_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc2_srgb_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc2_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc4_snorm_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc4_unorm_block.r16g16b16a16_unorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc4_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc5_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc6h_ufloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.bc7_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc1_rgb_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc1_rgba_srgb_block.r32g32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc1_rgba_srgb_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc1_rgba_unorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc1_rgba_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc2_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc2_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc3_srgb_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc3_unorm_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc4_snorm_block.r16g16b16a16_snorm,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc4_unorm_block.r16g16b16a16_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc4_unorm_block.r32g32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc5_snorm_block.r32g32b32a32_sint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc6h_sfloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc6h_ufloat_block.r32g32b32a32_uint,Fail +dEQP-VK.image.texel_view_compatible.graphic.extended.3d_image.texture_read.bc7_unorm_block.r32g32b32a32_sint,Fail # I don't see this locally, probably because I have a newer D3D that removed some bad barrier validation dEQP-VK.image.depth_stencil_descriptor.depth_read_only_optimal.d32_sfloat.depth_att_stencil_none,Crash +dEQP-VK.image.depth_stencil_descriptor.depth_read_only_optimal.d16_unorm.depth_att_stencil_none,Crash +dEQP-VK.image.depth_stencil_descriptor.depth_read_only_optimal.x8_d24_unorm_pack32.depth_att_stencil_none,Crash +dEQP-VK.image.depth_stencil_descriptor.depth_read_only_stencil_attachment_optimal.d24_unorm_s8_uint.depth_att_stencil_rw,Crash # This is due to pretending to resolve stencil sample 0 using min # This needs to be a blit shader instead, but that runs into problems since shader stencil export is optional -- 2.7.4