Home
last modified time | relevance | path

Searched refs:hw_active_queries (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c151 list_addtail(&hq->list, &ctx->hw_active_queries); in fd_hw_begin_query()
393 LIST_FOR_EACH_ENTRY(hq, &batch->ctx->hw_active_queries, list) { in fd_hw_query_set_stage()
Dfreedreno_context.h205 struct list_head hw_active_queries; member
Dfreedreno_context.c462 list_inithead(&ctx->hw_active_queries); in fd_context_init()