Searched refs:unflushed_queries (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h357 struct list_head unflushed_queries; member in struct:threaded_context
H A Du_threaded_context.c396 LIST_ADD(&tq->head_unflushed, &p->tc->unflushed_queries);
1961 LIST_FOR_EACH_ENTRY_SAFE(tq, tmp, &tc->unflushed_queries, head_unflushed) {
2623 LIST_INITHEAD(&tc->unflushed_queries);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h437 struct list_head unflushed_queries; member in struct:threaded_context
H A Du_threaded_context.c830 list_add(&tq->head_unflushed, &p->tc->unflushed_queries);
2851 LIST_FOR_EACH_ENTRY_SAFE(tq, tmp, &tc->unflushed_queries, head_unflushed) {
4265 list_inithead(&tc->unflushed_queries);

Completed in 14 milliseconds