tests: Check device support for all the 16 bit image formats.

Otherwise the test crash on llvmpipe.
This commit is contained in:
Giovanni Mascellani 2024-05-21 13:40:48 +02:00 committed by Alexandre Julliard
parent dfa3ee25e0
commit a64426edf9
Notes: Alexandre Julliard 2024-05-22 23:01:02 +02:00
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/875

View File

@ -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},