Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h76 struct zink_screen { struct
77 struct pipe_screen base;
78 bool threaded;
79 uint32_t curr_batch; //the current batch id
80 uint32_t last_finished; //this is racy but ultimately doesn't matter
81 VkSemaphore sem;
82 VkSemaphore prev_sem;
83 struct util_queue flush_queue;
85 unsigned buffer_rebind_counter;
87 bool device_lost;
[all …]