tests/shader-runner: Add tests for acos and asin trig intrinsics.

Extracted by Conor McCarthy from an HLSL patch, and modified to include
SM 6 variations.
This commit is contained in:
Petrichor Park
2023-09-06 15:14:12 -05:00
committed by Alexandre Julliard
parent 2f9906ee90
commit 92044d5e41
Notes: Alexandre Julliard 2024-02-06 23:43:29 +01:00
Approved-by: Conor McCarthy (@cmccarthy)
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/602
2 changed files with 93 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ vkd3d_shader_tests = \
tests/hlsl/initializer-struct.shader_test \
tests/hlsl/intrinsic-override.shader_test \
tests/hlsl/invalid.shader_test \
tests/hlsl/inverse-trig.shader_test \
tests/hlsl/is-front-face.shader_test \
tests/hlsl/ldexp.shader_test \
tests/hlsl/length.shader_test \