Home
last modified time | relevance | path

Searched refs:acc_active_queries (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c94 list_addtail(&aq->node, &ctx->acc_active_queries); in fd_acc_begin_query()
205 LIST_FOR_EACH_ENTRY(aq, &batch->ctx->acc_active_queries, node) { in fd_acc_query_set_stage()
Dfreedreno_draw.c226 list_for_each_entry(struct fd_acc_query, aq, &ctx->acc_active_queries, node) in fd_draw_vbo()
405 list_for_each_entry(struct fd_acc_query, aq, &ctx->acc_active_queries, node) in fd_clear()
Dfreedreno_context.h195 struct list_head acc_active_queries; member
Dfreedreno_context.c324 list_inithead(&ctx->acc_active_queries); in fd_context_init()