Module: vkd3d Branch: master Commit: 0c63824d9ff723753ec0cc774af5e1778c414c71 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/0c63824d9ff723753ec0cc774af5e1...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Fri Mar 8 23:14:58 2024 +0100
tests: Mark the coverage test as buggy on MoltenVK.
Apparently MoltenVK doesn't set the SampleMask built-in to the fragment coverage mask.
---
tests/d3d12.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/d3d12.c b/tests/d3d12.c index ce907c96..7655c4e9 100644 --- a/tests/d3d12.c +++ b/tests/d3d12.c @@ -33454,6 +33454,7 @@ static void test_coverage(void) reset_command_list(command_list, context.allocator); transition_resource_state(command_list, texture, D3D12_RESOURCE_STATE_UNORDERED_ACCESS, D3D12_RESOURCE_STATE_COPY_SOURCE); + bug_if(is_mvk_device(context.device)) check_sub_resource_uint(texture, 0, queue, command_list, tests[i].sample_mask & 0xf, 0);
reset_command_list(command_list, context.allocator);