mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
tests: Add some tests for fused assignment operations with writemasks.
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
1aca201651
commit
80cac66b6f
12
Makefile.am
12
Makefile.am
@@ -80,7 +80,11 @@ vkd3d_shader_tests = \
|
||||
tests/swizzle-5.shader_test \
|
||||
tests/swizzle-6.shader_test \
|
||||
tests/swizzle-7.shader_test \
|
||||
tests/trigonometry.shader_test
|
||||
tests/trigonometry.shader_test \
|
||||
tests/writemask-assignop-0.shader_test \
|
||||
tests/writemask-assignop-1.shader_test \
|
||||
tests/writemask-assignop-2.shader_test \
|
||||
tests/writemask-assignop-3.shader_test
|
||||
|
||||
vkd3d_test_headers = \
|
||||
tests/d3d12_crosstest.h \
|
||||
@@ -267,7 +271,11 @@ XFAIL_TESTS = \
|
||||
tests/swizzle-5.shader_test \
|
||||
tests/swizzle-6.shader_test \
|
||||
tests/swizzle-7.shader_test \
|
||||
tests/trigonometry.shader_test
|
||||
tests/trigonometry.shader_test \
|
||||
tests/writemask-assignop-0.shader_test \
|
||||
tests/writemask-assignop-1.shader_test \
|
||||
tests/writemask-assignop-2.shader_test \
|
||||
tests/writemask-assignop-3.shader_test
|
||||
endif
|
||||
|
||||
if BUILD_DEMOS
|
||||
|
Reference in New Issue
Block a user