Home
last modified time | relevance | path

Searched defs:zink_query (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument