radeonsi: expose the number of decompress calls to the HUD
[mesa.git] / src / gallium / drivers / radeon / r600_query.h
index ca27be5c6ea5d7a5448e180b611805b755e16b88..815dc7fc3c2e5f2f15691e85af475dac8caf7383 100644 (file)
@@ -42,6 +42,7 @@ struct r600_resource;
 
 enum {
        R600_QUERY_DRAW_CALLS = PIPE_QUERY_DRIVER_SPECIFIC,
+       R600_QUERY_DECOMPRESS_CALLS,
        R600_QUERY_MRT_DRAW_CALLS,
        R600_QUERY_PRIM_RESTART_CALLS,
        R600_QUERY_SPILL_DRAW_CALLS,