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.c395 ctx->pipeline_stats_enabled = -1; in si_begin_new_gfx_cs()
888 if (flags & SI_CONTEXT_START_PIPELINE_STATS && ctx->pipeline_stats_enabled != 1) { in gfx10_emit_cache_flush()
891 ctx->pipeline_stats_enabled = 1; in gfx10_emit_cache_flush()
892 } else if (flags & SI_CONTEXT_STOP_PIPELINE_STATS && ctx->pipeline_stats_enabled != 0) { in gfx10_emit_cache_flush()
895 ctx->pipeline_stats_enabled = 0; in gfx10_emit_cache_flush()
1128 if (flags & SI_CONTEXT_START_PIPELINE_STATS && sctx->pipeline_stats_enabled != 1) { in si_emit_cache_flush()
1133 sctx->pipeline_stats_enabled = 1; in si_emit_cache_flush()
1134 } else if (flags & SI_CONTEXT_STOP_PIPELINE_STATS && sctx->pipeline_stats_enabled != 0) { in si_emit_cache_flush()
1139 sctx->pipeline_stats_enabled = 0; in si_emit_cache_flush()
Dsi_pipe.h1003 int8_t pipeline_stats_enabled; /* -1 = unknown, 0 = disabled, 1 = enabled */ member