tests: Add tests for sign() intrinsic.

Signed-off-by: Ethan Lee <flibitijibibo@gmail.com>
This commit is contained in:
Ethan Lee
2023-04-21 16:14:46 -04:00
committed by Alexandre Julliard
parent 6e677def71
commit 109f7094bc
Notes: Alexandre Julliard 2023-05-01 22:25:17 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/178
2 changed files with 92 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ vkd3d_shader_tests = \
tests/saturate.shader_test \
tests/shader-interstage-interface.shader_test \
tests/side-effects.shader_test \
tests/sign.shader_test \
tests/sqrt.shader_test \
tests/step.shader_test \
tests/swizzle-constant-prop.shader_test \