diff options
author | Marek Olšák <[email protected]> | 2017-08-04 15:26:55 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-08-07 21:12:24 +0200 |
commit | 895de1d03d5bd0f7a4e46ad5128cdb3a0add7ec1 (patch) | |
tree | 041faae2269afa6d4bafb6d28df8c9fc801cb645 /src/gallium/drivers/radeon/r600_pipe_common.h | |
parent | ca440bc6514856efacba6f1ea9ece383fbc156b4 (diff) |
radeonsi: expose the number of decompress calls to the HUD
Tested-by: Dieter Nützel <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/r600_pipe_common.h')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index 91058753456..67b3c874f4d 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -595,6 +595,7 @@ struct r600_common_context { unsigned num_cs_dw_queries_suspend; /* Misc stats. */ unsigned num_draw_calls; + unsigned num_decompress_calls; unsigned num_mrt_draw_calls; unsigned num_prim_restart_calls; unsigned num_spill_draw_calls; |