Searched defs:zink_query (Results 1 – 1 of 1) sorted by relevance
16 struct zink_query { struct17 enum pipe_query_type type;19 VkQueryPool query_pool;20 VkQueryPool xfb_query_pool;21 unsigned curr_query, num_queries, last_start;23 VkQueryType vkqtype;24 unsigned index;25 bool use_64bit;26 bool precise;27 bool xfb_running;[all …]