Lines Matching defs:unaccumulated
295 struct intel_perf_query_object **unaccumulated;
603 perf_ctx->unaccumulated =
677 * Add a query to the global list of "unaccumulated queries."
691 perf_ctx->unaccumulated =
692 reralloc(perf_ctx->mem_ctx, perf_ctx->unaccumulated,
697 perf_ctx->unaccumulated[perf_ctx->unaccumulated_elements++] = obj;
1178 * Remove a query from the global list of unaccumulated queries once
1188 if (perf_ctx->unaccumulated[i] == query) {
1192 perf_ctx->unaccumulated[i] = NULL;
1194 perf_ctx->unaccumulated[i] =
1195 perf_ctx->unaccumulated[last_elt];
1227 struct intel_perf_query_object *query = perf_ctx->unaccumulated[0];