HomeSort by: relevance | last modified time | path
    Searched defs:query_pool (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_query.c 31 VkQueryPool query_pool; member in struct:zink_query
235 if (query->query_pool)
236 VKSCR(DestroyQueryPool)(screen->dev, query->query_pool, NULL);
292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool);
558 copy_pool_results_to_buffer(ctx, query, query->query_pool, query->last_start, res, offset, num_results, flags);
572 VKCTX(CmdResetQueryPool)(batch->state->cmdbuf, q->query_pool, 0, NUM_QUERIES);
610 copy_pool_results_to_buffer(ctx, q, q->query_pool, query_id, zink_resource(qbo->buffer),
618 q->xfb_query_pool[0] ? q->xfb_query_pool[0] : q->query_pool,
652 VKCTX(CmdWriteTimestamp)(batch->state->cmdbuf, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, q->query_pool, q->curr_query);
667 q->xfb_query_pool[0] ? q->xfb_query_pool[0] : q->query_pool,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_batch_chain.c 1947 struct anv_query_pool *query_pool = submit->perf_query_pool; local
1948 struct anv_bo *pass_batch_bo = query_pool->bo;
1950 khr_perf_query_preamble_offset(query_pool,
2004 struct anv_query_pool *query_pool = submit->perf_query_pool; local
2005 assert(submit->perf_query_pass < query_pool->n_passes);
2007 query_pool->pass_query[submit->perf_query_pass];
2024 struct anv_bo *pass_batch_bo = query_pool->bo;
2034 .batch_start_offset = khr_perf_query_preamble_offset(query_pool,

Completed in 24 milliseconds