Home
last modified time | relevance | path

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

/third_party/mesa3d/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.c579 ctx->stats_users++;
581 ctx->stats_users--;
H A Dfreedreno_context.h290 unsigned stats_users; member
H A Dfreedreno_context.c608 ctx->stats_users++;
H A Dfreedreno_draw.c363 if (unlikely(ctx->stats_users > 0))
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_draw.c145 if (unlikely(ctx->stats_users > 0)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.c139 if (unlikely(ctx->stats_users > 0)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.c115 if (unlikely(ctx->stats_users > 0)) {
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c233 if (unlikely(ctx->stats_users > 0)) {

Completed in 7 milliseconds