Home | History | Annotate | Download | only in i965

Lines Matching refs:unaccumulated

499  * Add a query to the global list of "unaccumulated queries."
513 brw->perfquery.unaccumulated =
514 reralloc(brw, brw->perfquery.unaccumulated,
519 brw->perfquery.unaccumulated[brw->perfquery.unaccumulated_elements++] = obj;
523 * Remove a query from the global list of unaccumulated queries once
533 if (brw->perfquery.unaccumulated[i] == obj) {
537 brw->perfquery.unaccumulated[i] = NULL;
539 brw->perfquery.unaccumulated[i] =
540 brw->perfquery.unaccumulated[last_elt];
686 struct brw_perf_query_object *obj = brw->perfquery.unaccumulated[0];
689 drop_from_unaccumulated_query_list(brw, brw->perfquery.unaccumulated[0]);
2164 brw->perfquery.unaccumulated =