Searched defs:zink_batch_state (Results 1 – 1 of 1) sorted by relevance
62 struct zink_batch_state { struct64 struct zink_batch_state *next; argument66 struct zink_batch_usage usage;67 struct zink_context *ctx;68 VkCommandPool cmdpool;69 VkCommandBuffer cmdbuf;70 VkCommandBuffer barrier_cmdbuf;72 VkQueue queue; //duplicated from batch for threading73 VkSemaphore sem;75 struct util_queue_fence flush_completed;[all …]