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/
Dfreedreno_query_sw.c116 ctx->stats_users++; in fd_sw_begin_query()
131 assert(ctx->stats_users > 0); in fd_sw_end_query()
132 ctx->stats_users--; in fd_sw_end_query()
Dfreedreno_state.c565 ctx->stats_users++; in fd_set_stream_output_targets()
567 ctx->stats_users--; in fd_set_stream_output_targets()
Dfreedreno_context.h287 unsigned stats_users; member
Dfreedreno_context.c604 ctx->stats_users++; in fd_context_init()
Dfreedreno_draw.c363 if (unlikely(ctx->stats_users > 0)) in fd_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.c127 if (unlikely(ctx->stats_users > 0)) { in fd4_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_draw.c145 if (unlikely(ctx->stats_users > 0)) { in fd3_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c118 if (unlikely(ctx->stats_users > 0)) { in fd5_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_draw.c228 if (unlikely(ctx->stats_users > 0)) { in fd6_draw_vbo()