Searched defs:zink_screen (Results 1 – 1 of 1) sorted by relevance
76 struct zink_screen { struct77 struct pipe_screen base;78 bool threaded;79 uint32_t curr_batch; //the current batch id80 uint32_t last_finished; //this is racy but ultimately doesn't matter81 VkSemaphore sem;82 VkSemaphore prev_sem;83 struct util_queue flush_queue;85 unsigned buffer_rebind_counter;87 bool device_lost;[all …]