Searched defs:zink_batch_state (Results 1 – 1 of 1) sorted by relevance
585 struct zink_batch_state { struct587 struct zink_batch_state *next; argument589 struct zink_batch_usage usage;590 struct zink_context *ctx;591 VkCommandPool cmdpool;592 VkCommandBuffer cmdbuf;593 VkCommandBuffer reordered_cmdbuf;594 VkCommandPool unsynchronized_cmdpool;595 VkCommandBuffer unsynchronized_cmdbuf;596 VkSemaphore signal_semaphore; //external signal semaphore[all …]