Home
last modified time | relevance | path

Searched refs:R600_CONTEXT_START_PIPELINE_STATS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_hw_context.c190 ctx->b.flags |= R600_CONTEXT_START_PIPELINE_STATS; in si_begin_new_cs()
Dsi_state_draw.c891 if (rctx->flags & R600_CONTEXT_START_PIPELINE_STATS) { in si_emit_cache_flush()
Dsi_state.c1096 sctx->b.flags |= R600_CONTEXT_START_PIPELINE_STATS; in si_set_active_query_state()
1098 sctx->b.flags &= ~R600_CONTEXT_START_PIPELINE_STATS; in si_set_active_query_state()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c237 if (rctx->b.flags & R600_CONTEXT_START_PIPELINE_STATS) { in r600_flush_emit()
Dr600_state_common.c2868 rctx->b.flags |= R600_CONTEXT_START_PIPELINE_STATS; in r600_set_active_query_state()
2870 rctx->b.flags &= ~R600_CONTEXT_START_PIPELINE_STATS; in r600_set_active_query_state()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h55 #define R600_CONTEXT_START_PIPELINE_STATS (1u << 1) macro