Eric Engestrom
2025-10-20 18:19:16 +02:00
committed by Marge Bot
parent d6ddc5b219
commit 1773e2df50
7 changed files with 27 additions and 22 deletions
@@ -2,22 +2,19 @@
# The tests assumes a dubgroup size >= 16
test_shader_waveop_maximal_convergence,Fail
# The test expects different precision/rounding
test_sampler_feedback_implicit_lod_aniso,Fail
# The test uses multiplanar formats for render targets which is unsupported
test_planar_video_formats,Fail
# The test expect lod=0.5 to load level 1 with nearest sampling
test_sample_instructions,Fail
# The test messes up creating quad primitives and lavapipe misses some primitives
# because of reduced instance transform precision.
test_rayquery,Fail
test_raytracing,Fail
test_sampler_rounding,Fail
test_view_min_lod,Fail
test_null_descriptor_resinfo_dxbc,Fail
test_null_descriptor_resinfo_dxil,Fail
test_undefined_structured_raw_alias_dxbc,Fail
test_undefined_structured_raw_alias_dxil,Fail
test_undefined_structured_raw_read_typed_dxbc,Fail
test_undefined_structured_raw_read_typed_dxil,Fail
+9 -5
View File
@@ -1,11 +1,15 @@
test_buffers_oob_behavior_vectorized_structured_16bit,Fail
test_fence_wait_robustness,Crash
test_line_rasterization,Fail
test_sampler_feedback_min_mip_level_array,Fail
test_sampler_rounding,Fail
# Undefined behavior not supported unless EXT_descriptor_buffer is
# used or running on Gfx12.5+ where we don't do descriptor indirection
# (prior generations have a descriptor heap too small 64MB)
test_undefined_read_typed_buffer_as_untyped_dxbc,Fail
test_undefined_read_typed_buffer_as_untyped_dxil,Fail
test_line_rasterization,Fail
test_derivative_hoisting_dxbc,Fail
test_undefined_read_typed_buffer_as_untyped_simple_dxbc,Fail
test_undefined_read_typed_buffer_as_untyped_simple_dxil,Fail
test_undefined_structured_raw_read_typed_dxbc,Fail
test_undefined_structured_raw_read_typed_dxil,Fail
test_undefined_typed_read_structured_raw_dxbc,Fail
test_undefined_typed_read_structured_raw_dxil,Fail
+5 -3
View File
@@ -5,7 +5,9 @@
test_uav_counter_null_behavior_dxbc,Crash
test_uav_counter_null_behavior_dxil,Crash
test_sampler_feedback_implicit_lod_aniso,Fail
test_derivative_hoisting_dxbc,Fail
test_derivative_hoisting_dxil,Fail
test_undefined_structured_raw_alias_dxbc,Fail
test_undefined_structured_raw_alias_dxil,Fail
test_undefined_structured_raw_read_typed_dxbc,Fail
test_undefined_structured_raw_read_typed_dxil,Fail
+5 -3
View File
@@ -5,7 +5,9 @@
test_uav_counter_null_behavior_dxbc,Crash
test_uav_counter_null_behavior_dxil,Crash
test_sampler_feedback_implicit_lod_aniso,Fail
test_derivative_hoisting_dxbc,Fail
test_derivative_hoisting_dxil,Fail
test_undefined_structured_raw_alias_dxbc,Fail
test_undefined_structured_raw_alias_dxil,Fail
test_undefined_structured_raw_read_typed_dxbc,Fail
test_undefined_structured_raw_read_typed_dxil,Fail