Skip to content

pvr: Use correct index when writing query availability data

What does this MR do and why?

pvr: Use correct index when writing query availability data

The availability data would be written to a different location in the user provided buffer depending on whether the query for a given index was available. Fix this by using fixed indicies when writing the query and availability data.

Fixes conformance failures seen in the dEQP-VK.query_pool.occlusion_query.get_reset_* test group when implementing VK_EXT_host_query_reset.

Signed-off-by: Vlad Schiller vlad-radu.schiller@imgtec.com

Merge request reports