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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_performance_query.c 113 * brw->perfquery.sample_buffers linked list. When we process the
169 * E.g. starting query A while there are two nodes in .sample_buffers:
215 * query by iterating the sample_buffers list from the head until we
267 * Reference the head of the brw->perfquery.sample_buffers
381 exec_list_get_tail(&brw->perfquery.sample_buffers);
391 &brw->perfquery.sample_buffers)
707 exec_list_get_tail(&brw->perfquery.sample_buffers);
740 exec_list_push_tail(&brw->perfquery.sample_buffers, &buf->link);
863 * pointed to the tail of the brw->perfquery.sample_buffers list at
872 &brw->perfquery.sample_buffers,
    [all...]
brw_context.h 1203 struct exec_list sample_buffers; member in struct:brw_context::__anon34330
    [all...]

Completed in 239 milliseconds