Searched refs:samples_head (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.h87 struct exec_node *samples_head; member in struct:brw_perf_query_object::__anon51df199d010a::__anon51df199d0208
H A Dbrw_performance_query.c149 * also saved in the query object's ->oa.samples_head.
157 * A->oa.samples_head
167 * node in B->oa.samples_head
172 * ->oa.samples_head reference we took at the start.
179 * ^_______ Drop B->oa.samples_head reference
181 * We still can't free these due to the A->oa.samples_head ref:
184 * When the A query finishes: (note there's a new ref for C's samples_head)
190 * ^_______ Drop A->oa.samples_head reference
192 * And we can now reap these nodes up to the C->oa.samples_head:
530 /* Drop our samples_head referenc
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dintel_perf_query.c124 * also saved in the query object's ->oa.samples_head.
132 * A->oa.samples_head
142 * node in B->oa.samples_head
147 * ->oa.samples_head reference we took at the start.
154 * ^_______ Drop B->oa.samples_head reference
156 * We still can't free these due to the A->oa.samples_head ref:
159 * When the A query finishes: (note there's a new ref for C's samples_head)
165 * ^_______ Drop A->oa.samples_head reference
167 * And we can now reap these nodes up to the C->oa.samples_head:
229 struct exec_node *samples_head; member in struct:intel_perf_query_object::__anon7b50b871010a::__anon7b50b8710208
[all...]

Completed in 5 milliseconds