tests/hlsl: Do not test the implicit passthrough control point phase for SM6.

This commit is contained in:
Giovanni Mascellani
2025-04-11 23:20:21 +02:00
committed by Henri Verbeet
parent dbd1938ce4
commit a189a4cfb7
Notes: Henri Verbeet 2025-04-16 16:52:31 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1461

View File

@@ -130,8 +130,9 @@ void main(InputPatch<data, 3> input)
} }
[test] [test]
if(!llvmpipe) todo(sm<6) draw 3 control point patch list 3 % DXC doesn't generate a passthrough control point phase like FXC does
if(!llvmpipe) todo(mvk) probe (0, 0, 640, 480) rgba(0.0, 1.0, 0.0, 1.0) if(!llvmpipe & sm<6) todo draw 3 control point patch list 3
if(!llvmpipe & sm<6) todo(mvk) probe (0, 0, 640, 480) rgba(0.0, 1.0, 0.0, 1.0)
[require] [require]
shader model >= 5.0 shader model >= 5.0