Searched defs:vk_queue_submit (Results 1 – 2 of 2) sorted by relevance
218 struct vk_queue_submit { struct219 struct list_head link;221 uint32_t wait_count;222 uint32_t command_buffer_count;223 uint32_t signal_count;225 uint32_t buffer_bind_count;226 uint32_t image_opaque_bind_count;227 uint32_t image_bind_count;229 struct vk_sync_wait *waits;230 struct vk_command_buffer **command_buffers;[all …]
596 vk_queue_submit(struct vk_queue *queue, in vk_queue_submit() function