Searched refs:tq (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c352 struct threaded_query *tq = threaded_query(payload->query); local in function:tc_call_destroy_query
354 if (tq->head_unflushed.next)
355 LIST_DEL(&tq->head_unflushed);
393 struct threaded_query *tq = threaded_query(p->query); local in function:tc_call_end_query
395 if (!tq->head_unflushed.next)
396 LIST_ADD(&tq->head_unflushed, &p->tc->unflushed_queries);
405 struct threaded_query *tq = threaded_query(query); local in function:tc_end_query
412 tq->flushed = false;
423 struct threaded_query *tq = threaded_query(query); local in function:tc_get_query_result
426 if (!tq
1960 struct threaded_query *tq, *tmp; local in function:tc_flush_queries
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c784 struct threaded_query *tq = threaded_query(query); local in function:tc_call_destroy_query
786 if (list_is_linked(&tq->head_unflushed))
787 list_del(&tq->head_unflushed);
827 struct threaded_query *tq = threaded_query(p->query); local in function:tc_call_end_query
829 if (!list_is_linked(&tq->head_unflushed))
830 list_add(&tq->head_unflushed, &p->tc->unflushed_queries);
840 struct threaded_query *tq = threaded_query(query); local in function:tc_end_query
847 tq->flushed = false;
858 struct threaded_query *tq = threaded_query(query); local in function:tc_get_query_result
860 bool flushed = tq
2850 struct threaded_query *tq, *tmp; local in function:tc_flush_queries
[all...]

Completed in 14 milliseconds