Module: vkd3d Branch: master Commit: a64426edf9fa0e36cbe982656dc606bf1e02822f URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/a64426edf9fa0e36cbe982656dc606...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Tue May 21 13:40:48 2024 +0200
tests: Check device support for all the 16 bit image formats.
Otherwise the test crash on llvmpipe.
---
tests/d3d12.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/d3d12.c b/tests/d3d12.c index bbfa51e5..26b6e2b8 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -5791,10 +5791,10 @@ static void test_clear_unordered_access_view_image(void) 0x00000380, true}, {DXGI_FORMAT_B5G6R5_UNORM, 1, 1, 0, 0, 1, 0, {}, {0x3f000000 /* 0.5f */, 0x3f800000 /* 1.0f */, 0x40000000 /* -1.0f */, 0}, - 0x87ff, true}, + 0x87ff, true, false, true}, {DXGI_FORMAT_B5G5R5A1_UNORM, 1, 1, 0, 0, 1, 0, {}, {0x3f000000 /* 0.5f */, 0x3e800000 /* 0.25f */, 0x3e000000 /* 0.125f */, 0x3f800000 /* 1.0f */}, - 0xc104, true}, + 0xc104, true, false, true}, {DXGI_FORMAT_B4G4R4A4_UNORM, 1, 1, 0, 0, 1, 0, {}, {0x3f000000 /* 0.5f */, 0x3f800000 /* 1.0f */, 0x40000000 /* 2.0f */, 0x40000000 /* -1.0f */}, 0xf8ff, true, false, true},