vkd3d-shader/hlsl: Implement round() intrinsic function in SM4.

Signed-off-by: Francisco Casas <fcasas@codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Giovanni Mascellani <gmascellani@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francisco Casas
2021-11-19 15:38:41 +01:00
committed by Alexandre Julliard
parent c632ac7605
commit 3dad54845e
6 changed files with 41 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ vkd3d_shader_tests = \
tests/preproc-invalid.shader_test \
tests/preproc-macro.shader_test \
tests/preproc-misc.shader_test \
tests/round.shader_test \
tests/sampler.shader_test \
tests/saturate.shader_test \
tests/swizzle-0.shader_test \