HomeSort by: relevance | last modified time | path
    Searched refs:sample_buffers (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/perf/
intel_perf_query.c 70 * perf_ctx->sample_buffers linked list. When we process the
126 * E.g. starting query A while there are two nodes in .sample_buffers:
172 * query by iterating the sample_buffers list from the head until we
222 * Reference the head of the brw->perfquery.sample_buffers
277 struct exec_list sample_buffers; member in struct:intel_perf_context
488 exec_list_get_tail(&perf_ctx->sample_buffers);
498 &perf_ctx->sample_buffers)
613 exec_list_make_empty(&perf_ctx->sample_buffers);
622 exec_list_push_head(&perf_ctx->sample_buffers, &buf->link);
878 assert(!exec_list_is_empty(&perf_ctx->sample_buffers));
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_performance_query.c 95 * brw->perfquery.sample_buffers linked list. When we process the
151 * E.g. starting query A while there are two nodes in .sample_buffers:
197 * query by iterating the sample_buffers list from the head until we
330 exec_list_get_tail(&brw->perfquery.sample_buffers);
340 &brw->perfquery.sample_buffers)
606 exec_list_get_tail(&brw->perfquery.sample_buffers);
639 exec_list_push_tail(&brw->perfquery.sample_buffers, &buf->link);
759 * pointed to the tail of the brw->perfquery.sample_buffers list at
768 &brw->perfquery.sample_buffers,
1159 assert(!exec_list_is_empty(&brw->perfquery.sample_buffers));
    [all...]
brw_context.h 1179 struct exec_list sample_buffers; member in struct:brw_context::__anon4887

Completed in 9 milliseconds