Searched refs:stats_users (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c116 ctx->stats_users++;
131 assert(ctx->stats_users > 0);
132 ctx->stats_users--;
H A Dfreedreno_state.c571 ctx->stats_users++;
573 ctx->stats_users--;
H A Dfreedreno_context.h288 unsigned stats_users; member in struct:fd_context
H A Dfreedreno_context.c604 ctx->stats_users++;
H A Dfreedreno_draw.c363 if (unlikely(ctx->stats_users > 0))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c145 if (unlikely(ctx->stats_users > 0)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c127 if (unlikely(ctx->stats_users > 0)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c119 if (unlikely(ctx->stats_users > 0)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c229 if (unlikely(ctx->stats_users > 0)) {

Completed in 9 milliseconds