HomeSort by relevance Sort by last modified time
    Searched refs:unaccumulated (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_performance_query.c 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]
    [all...]
brw_context.h 1234 struct brw_perf_query_object **unaccumulated; member in struct:brw_context::__anon34330
    [all...]

Completed in 101 milliseconds