anv: exclude performance queries from blorp clears
The query buffer contains a batch to implement the multi pass replay/accumulation of results. So we can't clear it with a memset.
An optimization for later would be to move the batches to the very end of the query buffer so we can clear the query data without touching the batches.
Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 4dc7256b ("anv: reset query pools using blorp")