tests: Test how constant folding works on SM1.

This commit is contained in:
Giovanni Mascellani
2024-02-23 10:53:49 +01:00
committed by Alexandre Julliard
parent 0914561f85
commit 500b61c383
Notes: Alexandre Julliard 2024-02-26 23:11:14 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
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/674
2 changed files with 147 additions and 0 deletions

View File

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