tests: Test comparison and logic operators on SM1 vertex shaders.

Currently these are failing for SM1 because VKD3DSIH_SLT is not being
handled by spirv.c.
This commit is contained in:
Francisco Casas
2024-02-22 17:39:45 -03:00
committed by Alexandre Julliard
parent cfac67ccc2
commit 308c7941d4
Notes: Alexandre Julliard 2024-03-11 23:06:28 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Francisco Casas (@fcasas)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/694
2 changed files with 96 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ vkd3d_shader_tests = \
tests/hlsl/uniform-semantics.shader_test \
tests/hlsl/vector-indexing-uniform.shader_test \
tests/hlsl/vector-indexing.shader_test \
tests/hlsl/vertex-shader-ops.shader_test \
tests/hlsl/writemask-assignop-0.shader_test \
tests/hlsl/writemask-assignop-1.shader_test \
tests/hlsl/writemask-assignop-2.shader_test \