Home
last modified time | relevance | path

Searched refs:brw_oa_sample_buf (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c222 struct brw_oa_sample_buf { struct
358 static struct brw_oa_sample_buf *
362 struct brw_oa_sample_buf *buf; in get_free_sample_buf()
365 buf = exec_node_data(struct brw_oa_sample_buf, node, link); in get_free_sample_buf()
382 struct brw_oa_sample_buf *tail_buf = in reap_old_sample_buffers()
383 exec_node_data(struct brw_oa_sample_buf, tail_node, link); in reap_old_sample_buffers()
390 foreach_list_typed_safe(struct brw_oa_sample_buf, buf, link, in reap_old_sample_buffers()
404 foreach_list_typed_safe(struct brw_oa_sample_buf, buf, link, in free_sample_bufs()
552 struct brw_oa_sample_buf *buf = in drop_from_unaccumulated_query_list()
553 exec_node_data(struct brw_oa_sample_buf, obj->oa.samples_head, link); in drop_from_unaccumulated_query_list()
[all …]