Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c139 list_for_each_entry_safe(struct zink_query_pool, pool, &ctx->query_pools, list) { in zink_context_destroy_query_pools()
152 list_for_each_entry(struct zink_query_pool, pool, &ctx->query_pools, list) { in find_or_allocate_qp()
182 list_addtail(&new_pool->list, &ctx->query_pools); in find_or_allocate_qp()
Dzink_context.h319 struct list_head query_pools; member
Dzink_context.c4508 list_inithead(&ctx->query_pools); in zink_context_create()