Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c16 struct zink_query { struct
17 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 …]