Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c2036 for (i = 0; i < ARRAY_SIZE(sctx->dcc_stats[slot].ps_stats); i++) in vi_dcc_clean_up_context_slot()
2037 if (sctx->dcc_stats[slot].ps_stats[i]) { in vi_dcc_clean_up_context_slot()
2038 sctx->b.destroy_query(&sctx->b, sctx->dcc_stats[slot].ps_stats[i]); in vi_dcc_clean_up_context_slot()
2039 sctx->dcc_stats[slot].ps_stats[i] = NULL; in vi_dcc_clean_up_context_slot()
2109 if (!sctx->dcc_stats[i].ps_stats[0]) in vi_separate_dcc_start_query()
2110 sctx->dcc_stats[i].ps_stats[0] = vi_create_resuming_pipestats_query(sctx); in vi_separate_dcc_start_query()
2113 sctx->b.begin_query(&sctx->b, sctx->dcc_stats[i].ps_stats[0]); in vi_separate_dcc_start_query()
2125 assert(sctx->dcc_stats[i].ps_stats[0]); in vi_separate_dcc_stop_query()
2128 sctx->b.end_query(&sctx->b, sctx->dcc_stats[i].ps_stats[0]); in vi_separate_dcc_stop_query()
2205 if (sctx->dcc_stats[i].ps_stats[2]) { in vi_separate_dcc_process_and_reset_stats()
[all …]
Dsi_pipe.c270 for (int j = 0; j < ARRAY_SIZE(sctx->dcc_stats[i].ps_stats); j++) in si_destroy_context()
271 if (sctx->dcc_stats[i].ps_stats[j]) in si_destroy_context()
272 sctx->b.destroy_query(&sctx->b, sctx->dcc_stats[i].ps_stats[j]); in si_destroy_context()
Dsi_pipe.h1272 struct pipe_query *ps_stats[3]; member