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

/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c282 int n_active_oa_queries; member in struct:intel_perf_context
551 assert(perf_ctx->n_active_oa_queries == 0 || perf_ctx->n_active_pipeline_stats_queries == 0);
556 return perf_ctx->n_active_oa_queries;
871 ++perf_ctx->n_active_oa_queries;
948 --perf_ctx->n_active_oa_queries;
1628 perf_ctx->n_active_oa_queries, perf_ctx->n_oa_users);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c301 brw->perfquery.n_active_oa_queries, brw->perfquery.n_oa_users);
384 *n_active = brw->perfquery.n_active_oa_queries;
1152 ++brw->perfquery.n_active_oa_queries;
1242 --brw->perfquery.n_active_oa_queries;
H A Dbrw_context.h1184 int n_active_oa_queries; member in struct:brw_context::__anonaf9edc7b1808

Completed in 14 milliseconds