Home
last modified time | relevance | path

Searched refs:dcc_stats (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c2129 if (rctx->dcc_stats[slot].query_active) in vi_dcc_clean_up_context_slot()
2131 rctx->dcc_stats[slot].tex); in vi_dcc_clean_up_context_slot()
2133 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats[slot].ps_stats); i++) in vi_dcc_clean_up_context_slot()
2134 if (rctx->dcc_stats[slot].ps_stats[i]) { in vi_dcc_clean_up_context_slot()
2136 rctx->dcc_stats[slot].ps_stats[i]); in vi_dcc_clean_up_context_slot()
2137 rctx->dcc_stats[slot].ps_stats[i] = NULL; in vi_dcc_clean_up_context_slot()
2140 r600_texture_reference(&rctx->dcc_stats[slot].tex, NULL); in vi_dcc_clean_up_context_slot()
2152 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats); i++) in vi_get_context_dcc_stats_index()
2153 if (rctx->dcc_stats[i].tex && in vi_get_context_dcc_stats_index()
2154 rctx->dcc_stats[i].tex->resource.b.b.reference.count == 1) in vi_get_context_dcc_stats_index()
[all …]
Dr600_pipe_common.c484 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats); i++) { in si_common_context_cleanup()
485 assert(!rctx->dcc_stats[i].query_active); in si_common_context_cleanup()
487 for (j = 0; j < ARRAY_SIZE(rctx->dcc_stats[i].ps_stats); j++) in si_common_context_cleanup()
488 if (rctx->dcc_stats[i].ps_stats[j]) in si_common_context_cleanup()
490 rctx->dcc_stats[i].ps_stats[j]); in si_common_context_cleanup()
492 r600_texture_reference(&rctx->dcc_stats[i].tex, NULL); in si_common_context_cleanup()
Dr600_pipe_common.h469 } dcc_stats[5]; member