Zebediah Figura : tests: Add a test for texture load instructions.
Module: vkd3d Branch: master Commit: b1889215ee75cd346b4a796fe79934938ff85c1b URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=b1889215ee75cd346b4a796f... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Sun Oct 3 19:19:08 2021 -0500 tests: Add a test for texture load instructions. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Giovanni Mascellani <gmascellani(a)codeweavers.com> Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- Makefile.am | 2 + tests/d3d12.c | 89 --------------------- tests/d3d12_test_utils.h | 89 +++++++++++++++++++++ tests/shader_runner_d3d12.c | 175 ++++++++++++++++++++++++++++++++++++++++- tests/texture-load.shader_test | 19 +++++ 5 files changed, 281 insertions(+), 93 deletions(-) Diff: https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=b1889215ee75cd346b4a...
participants (1)
-
Alexandre Julliard