mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
venus: set lvp queries as saturate on overflow
Test case 'dEQP-VK.pipeline.monolithic.timestamp.misc_tests.consistent_results'..
Fail (Results are inconsistent: B32=0xffffffff B64=0x10103ba2cdd4e G32=0xba2cdd4e G64=0x10103ba2cdd4e)
Fixes: e6cffa1f0e ("venus: use feedback for vkGetQueryPoolResults")
Signed-off-by: Juston Li <justonli@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25820>
This commit is contained in:
parent
904f31edff
commit
cd08d331f3
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ vn_CreateQueryPool(VkDevice device,
|
|||
*/
|
||||
switch (dev->physical_device->renderer_driver_id) {
|
||||
case VK_DRIVER_ID_ARM_PROPRIETARY:
|
||||
case VK_DRIVER_ID_MESA_LLVMPIPE:
|
||||
case VK_DRIVER_ID_MESA_TURNIP:
|
||||
pool->saturate_on_overflow = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue