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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2323 if (sctx->dcc_stats[slot].query_active)
2325 sctx->dcc_stats[slot].tex);
2327 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;
2334 si_texture_reference(&sctx->dcc_stats[slot].tex, NULL);
2346 for (i = 0; i < ARRAY_SIZE(sctx->dcc_stats); i++)
2347 if (sctx->dcc_stats[i].tex &&
2348 sctx->dcc_stats[
[all...]
H A Dsi_pipe.c222 for (int i = 0; i < ARRAY_SIZE(sctx->dcc_stats); i++) {
223 assert(!sctx->dcc_stats[i].query_active);
225 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]);
230 si_texture_reference(&sctx->dcc_stats[i].tex, NULL);
H A Dsi_pipe.h1114 } dcc_stats[5]; member in struct:si_context

Completed in 9 milliseconds