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.c1958 if (rctx->dcc_stats[slot].query_active) in vi_dcc_clean_up_context_slot()
1960 rctx->dcc_stats[slot].tex); in vi_dcc_clean_up_context_slot()
1962 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats[slot].ps_stats); i++) in vi_dcc_clean_up_context_slot()
1963 if (rctx->dcc_stats[slot].ps_stats[i]) { in vi_dcc_clean_up_context_slot()
1965 rctx->dcc_stats[slot].ps_stats[i]); in vi_dcc_clean_up_context_slot()
1966 rctx->dcc_stats[slot].ps_stats[i] = NULL; in vi_dcc_clean_up_context_slot()
1969 r600_texture_reference(&rctx->dcc_stats[slot].tex, NULL); in vi_dcc_clean_up_context_slot()
1981 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats); i++) in vi_get_context_dcc_stats_index()
1982 if (rctx->dcc_stats[i].tex && in vi_get_context_dcc_stats_index()
1983 rctx->dcc_stats[i].tex->resource.b.b.reference.count == 1) in vi_get_context_dcc_stats_index()
[all …]
Dr600_pipe_common.c636 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats); i++) { in r600_common_context_cleanup()
637 assert(!rctx->dcc_stats[i].query_active); in r600_common_context_cleanup()
639 for (j = 0; j < ARRAY_SIZE(rctx->dcc_stats[i].ps_stats); j++) in r600_common_context_cleanup()
640 if (rctx->dcc_stats[i].ps_stats[j]) in r600_common_context_cleanup()
642 rctx->dcc_stats[i].ps_stats[j]); in r600_common_context_cleanup()
644 r600_texture_reference(&rctx->dcc_stats[i].tex, NULL); in r600_common_context_cleanup()
Dr600_pipe_common.h626 } dcc_stats[5]; member