Searched refs:tail_buf (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ | ||
| H A D | intel_perf_query.c | 489 struct oa_sample_buf *tail_buf = local in function:reap_old_sample_buffers 500 if (buf->refcount == 0 && buf != tail_buf) { 1008 struct oa_sample_buf *tail_buf = local in function:read_oa_samples_until 1011 tail_buf->len == 0 ? start_timestamp : tail_buf->last_timestamp; |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ | ||
| H A D | brw_performance_query.c | 331 struct brw_oa_sample_buf *tail_buf = local in function:reap_old_sample_buffers 342 if (buf->refcount == 0 && buf != tail_buf) { 607 struct brw_oa_sample_buf *tail_buf = local in function:read_oa_samples_until 609 uint32_t last_timestamp = tail_buf->last_timestamp; |
Completed in 22 milliseconds