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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2327 for (i = 0; i < ARRAY_SIZE(sctx->dcc_stats[slot].ps_stats); i++)
2328 if (sctx->dcc_stats[slot].ps_stats[i]) {
2330 sctx->dcc_stats[slot].ps_stats[i]);
2331 sctx->dcc_stats[slot].ps_stats[i] = NULL;
2405 if (!sctx->dcc_stats[i].ps_stats[0])
2406 sctx->dcc_stats[i].ps_stats[0] = vi_create_resuming_pipestats_query(sctx);
2409 sctx->b.begin_query(&sctx->b, sctx->dcc_stats[i].ps_stats[0]);
2422 assert(sctx->dcc_stats[i].ps_stats[0]);
2425 sctx->b.end_query(&sctx->b, sctx->dcc_stats[i].ps_stats[0]);
2509 if (sctx->dcc_stats[i].ps_stats[
[all...]
H A Dsi_pipe.c225 for (int j = 0; j < ARRAY_SIZE(sctx->dcc_stats[i].ps_stats); j++)
226 if (sctx->dcc_stats[i].ps_stats[j])
228 sctx->dcc_stats[i].ps_stats[j]);
H A Dsi_pipe.h1109 struct pipe_query *ps_stats[3]; member in struct:si_context::__anon75b39ab40708

Completed in 9 milliseconds