Home | History | Annotate | Download | only in i965

Lines Matching refs:sample_buffers

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,
1235 assert(!exec_list_is_empty(&brw->perfquery.sample_buffers));
1236 obj->oa.samples_head = exec_list_get_tail(&brw->perfquery.sample_buffers);
2169 exec_list_make_empty(&brw->perfquery.sample_buffers);
2178 exec_list_push_head(&brw->perfquery.sample_buffers, &buf->link);