mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
tests: Check device support for all the 16 bit image formats.
Otherwise the test crash on llvmpipe.
This commit is contained in:
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
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user