Searched defs:zink_query (Results 1 – 1 of 1) sorted by relevance
27 struct zink_query { struct28 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 pool56 struct zink_query_buffer *curr_qbo; argument65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument