mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
tests: Skip DXGI_FORMAT_R24G8_TYPELESS tests on radv.
Allows running all tests cleanly on radv. We have to implement formats emulation in vkd3d to fix the test. Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
af50b9d2a0
commit
f4ba057279
@ -16162,6 +16162,13 @@ static void test_depth_stencil_sampling(void)
|
|||||||
{
|
{
|
||||||
vkd3d_test_set_context("Test %u", i);
|
vkd3d_test_set_context("Test %u", i);
|
||||||
|
|
||||||
|
/* FIXME: Implement format substitution. */
|
||||||
|
if (tests[i].typeless_format == DXGI_FORMAT_R24G8_TYPELESS && is_radv_device(device))
|
||||||
|
{
|
||||||
|
skip("radv doesn't support VK_FORMAT_D24_UNORM_S8_UINT.\n");
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
reset_command_list(command_list, context.allocator);
|
reset_command_list(command_list, context.allocator);
|
||||||
|
|
||||||
init_depth_stencil(&ds, device, context.render_target_desc.Width,
|
init_depth_stencil(&ds, device, context.render_target_desc.Width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user