D | zink_query.c | 31 VkQueryPool query_pool; member 251 if (query->query_pool) in destroy_query() 252 VKSCR(DestroyQueryPool)(screen->dev, query->query_pool, NULL); in destroy_query() 308 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool); in zink_create_query() 572 …copy_pool_results_to_buffer(ctx, query, query->query_pool, query->last_start, res, offset, num_res… in copy_results_to_buffer() 588 VKCTX(CmdResetQueryPool)(batch->state->cmdbuf, q->query_pool, 0, NUM_QUERIES); in reset_pool() 628 copy_pool_results_to_buffer(ctx, q, q->query_pool, query_id, zink_resource(qbo->buffer), in update_qbo() 636 q->xfb_query_pool[0] ? q->xfb_query_pool[0] : q->query_pool, in update_qbo() 668 …eTimestamp)(batch->state->cmdbuf, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, q->query_pool, q->curr_query); in begin_query() 683 q->xfb_query_pool[0] ? q->xfb_query_pool[0] : q->query_pool, in begin_query() [all …]
|