Home
last modified time | relevance | path

Searched refs:SI_CONTEXT_STOP_PIPELINE_STATS (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c174 sctx->flags |= SI_CONTEXT_STOP_PIPELINE_STATS; in si_launch_grid_internal()
189 sctx->flags &= ~SI_CONTEXT_STOP_PIPELINE_STATS; in si_launch_grid_internal()
H A Dsi_gfx_cs.c892 } else if (flags & SI_CONTEXT_STOP_PIPELINE_STATS && ctx->pipeline_stats_enabled != 0) { in gfx10_emit_cache_flush()
1134 } else if (flags & SI_CONTEXT_STOP_PIPELINE_STATS && sctx->pipeline_stats_enabled != 0) { in si_emit_cache_flush()
H A Dsi_pipe.h73 #define SI_CONTEXT_STOP_PIPELINE_STATS (1 << 1) macro
H A Dsi_state.c1469 sctx->flags &= ~SI_CONTEXT_STOP_PIPELINE_STATS; in si_set_active_query_state()
1473 sctx->flags |= SI_CONTEXT_STOP_PIPELINE_STATS; in si_set_active_query_state()

Completed in 16 milliseconds