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

/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c308 struct intel_perf_query_object **unaccumulated; member in struct:intel_perf_context
608 perf_ctx->unaccumulated =
682 * Add a query to the global list of "unaccumulated queries."
696 perf_ctx->unaccumulated =
697 reralloc(perf_ctx->mem_ctx, perf_ctx->unaccumulated,
702 perf_ctx->unaccumulated[perf_ctx->unaccumulated_elements++] = obj;
1182 * Remove a query from the global list of unaccumulated queries once
1192 if (perf_ctx->unaccumulated[i] == query) {
1196 perf_ctx->unaccumulated[i] = NULL;
1198 perf_ctx->unaccumulated[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c482 * Add a query to the global list of "unaccumulated queries."
496 brw->perfquery.unaccumulated =
497 reralloc(brw, brw->perfquery.unaccumulated,
502 brw->perfquery.unaccumulated[brw->perfquery.unaccumulated_elements++] = obj;
506 * Remove a query from the global list of unaccumulated queries once
516 if (brw->perfquery.unaccumulated[i] == obj) {
520 brw->perfquery.unaccumulated[i] = NULL;
522 brw->perfquery.unaccumulated[i] =
523 brw->perfquery.unaccumulated[last_elt];
585 struct brw_perf_query_object *obj = brw->perfquery.unaccumulated[
[all...]
H A Dbrw_context.h1210 struct brw_perf_query_object **unaccumulated; member in struct:brw_context::__anonaf9edc7b1808

Completed in 8 milliseconds