Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c20 VkQueryPool xfb_query_pool; member
134 status = vkCreateQueryPool(screen->dev, &pool_create, NULL, &query->xfb_query_pool); in zink_create_query()
144 vkCmdResetQueryPool(batch->cmdbuf, query->xfb_query_pool, 0, query->num_queries); in zink_create_query()
156 vkDestroyQueryPool(screen->dev, query->xfb_query_pool, NULL); in destroy_query()
242 status = vkGetQueryPoolResults(screen->dev, query->xfb_query_pool, in get_query_result()
318 vkCmdResetQueryPool(batch->cmdbuf, q->xfb_query_pool, 0, q->num_queries); in reset_pool()
343 … q->xfb_query_pool ? q->xfb_query_pool : q->query_pool, in begin_query()
388 …screen->vk_CmdEndQueryIndexedEXT(batch->cmdbuf, q->xfb_query_pool ? q->xfb_query_pool : q->query_p… in end_query()