Searched refs:n_active_pipeline_stats_queries (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c283 int n_active_pipeline_stats_queries; member in struct:intel_perf_context
551 assert(perf_ctx->n_active_oa_queries == 0 || perf_ctx->n_active_pipeline_stats_queries == 0);
560 return perf_ctx->n_active_pipeline_stats_queries;
911 ++perf_ctx->n_active_pipeline_stats_queries;
959 --perf_ctx->n_active_pipeline_stats_queries;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c388 *n_active = brw->perfquery.n_active_pipeline_stats_queries;
1191 ++brw->perfquery.n_active_pipeline_stats_queries;
1253 --brw->perfquery.n_active_pipeline_stats_queries;
H A Dbrw_context.h1185 int n_active_pipeline_stats_queries; member in struct:brw_context::__anonaf9edc7b1808

Completed in 8 milliseconds