tests: Test SM1 constant register allocation.

This commit is contained in:
Francisco Casas
2024-05-02 19:51:36 -04:00
committed by Alexandre Julliard
parent 05394b624a
commit 7debe25a8b
Notes: Alexandre Julliard 2024-05-13 22:57:39 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Elizabeth Figura (@zfigura)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/851
2 changed files with 228 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ vkd3d_shader_tests = \
tests/hlsl/sign.shader_test \
tests/hlsl/single-numeric-initializer.shader_test \
tests/hlsl/sm1-const-folding.shader_test \
tests/hlsl/sm1-const-allocation.shader_test \
tests/hlsl/sm6-ternary.shader_test \
tests/hlsl/sm6-uav-rwtexture.shader_test \
tests/hlsl/smoothstep.shader_test \