Home
last modified time | relevance | path

Searched refs:pipeline_stats_enabled (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c380 ctx->pipeline_stats_enabled = -1; in si_begin_new_gfx_cs()
780 if (flags & SI_CONTEXT_START_PIPELINE_STATS && ctx->pipeline_stats_enabled != 1) { in gfx10_emit_cache_flush()
783 ctx->pipeline_stats_enabled = 1; in gfx10_emit_cache_flush()
784 } else if (flags & SI_CONTEXT_STOP_PIPELINE_STATS && ctx->pipeline_stats_enabled != 0) { in gfx10_emit_cache_flush()
787 ctx->pipeline_stats_enabled = 0; in gfx10_emit_cache_flush()
1019 if (flags & SI_CONTEXT_START_PIPELINE_STATS && sctx->pipeline_stats_enabled != 1) { in si_emit_cache_flush()
1024 sctx->pipeline_stats_enabled = 1; in si_emit_cache_flush()
1025 } else if (flags & SI_CONTEXT_STOP_PIPELINE_STATS && sctx->pipeline_stats_enabled != 0) { in si_emit_cache_flush()
1030 sctx->pipeline_stats_enabled = 0; in si_emit_cache_flush()
Dsi_pipe.h965 int8_t pipeline_stats_enabled; /* -1 = unknown, 0 = disabled, 1 = enabled */ member