Skip to content

panvk: Implement query pool support

Mary Guillemard requested to merge marysaka/mesa:panvk-query-pool into main

This implement occlusion and timestamp queries but also VK_EXT_host_query_reset.

Timestamp queries are currently disabled as this requires a uapi change on Panfrost to enable sync of system timestamp on submit.

This is partially based on !29451 (merged) to be able to use vk_meta for CmdCopyQueryPoolResults and CmdResetQueryPool in a more generation agnostic way.

/cc @bbrezillon @antonino

Merge request reports