File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,7 +93,12 @@ Results:
9393# Unimplemented: Clang + Vulkan: https://github.com/llvm/llvm-project/issues/124566
9494# XFAIL: Clang && Vulkan
9595
96+ # Intel Vulkan reports shaderStorageImageMultisample, but this test currently
97+ # reads sample 0 values for sample 1/2/3 after multisample upload.
98+ # XFAIL: Intel && Vulkan
99+
96100# REQUIRES: SampleCount_4
101+ # REQUIRES: shaderStorageImageMultisample
97102
98103# RUN: split-file %s %t
99104# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
Original file line number Diff line number Diff line change @@ -78,7 +78,12 @@ Results:
7878# Unimplemented: Clang + Vulkan: https://github.com/llvm/llvm-project/issues/124566
7979# XFAIL: Clang && Vulkan
8080
81+ # Intel Vulkan reports shaderStorageImageMultisample, but this test currently
82+ # reads sample 0 values for sample 1/2/3 after multisample upload.
83+ # XFAIL: Intel && Vulkan
84+
8185# REQUIRES: SampleCount_4
86+ # REQUIRES: shaderStorageImageMultisample
8287
8388# RUN: split-file %s %t
8489# RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl
You can’t perform that action at this time.
0 commit comments