Searched refs:hw_active_queries (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c151 list_addtail(&hq->list, &ctx->hw_active_queries);
385 LIST_FOR_EACH_ENTRY(hq, &batch->ctx->hw_active_queries, list) {
H A Dfreedreno_context.c401 list_inithead(&ctx->hw_active_queries);
H A Dfreedreno_context.h184 struct list_head hw_active_queries; member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c153 list_addtail(&hq->list, &ctx->hw_active_queries);
382 LIST_FOR_EACH_ENTRY (hq, &batch->ctx->hw_active_queries, list) {
H A Dfreedreno_context.h242 struct list_head hw_active_queries dt;
H A Dfreedreno_context.c655 list_inithead(&ctx->hw_active_queries);

Completed in 8 milliseconds