Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h360 struct list_head unflushed_queries; member
Du_threaded_context.c466 list_add(&tq->head_unflushed, &p->tc->unflushed_queries); in tc_call_end_query()
2125 LIST_FOR_EACH_ENTRY_SAFE(tq, tmp, &tc->unflushed_queries, head_unflushed) { in tc_flush_queries()
2775 list_inithead(&tc->unflushed_queries); in threaded_context_create()