Searched defs:vk_queue_submit (Results 1 – 2 of 2) sorted by relevance
200 struct vk_queue_submit { struct201 struct list_head link;203 uint32_t wait_count;204 uint32_t command_buffer_count;205 uint32_t signal_count;207 uint32_t buffer_bind_count;208 uint32_t image_opaque_bind_count;209 uint32_t image_bind_count;211 struct vk_sync_wait *waits;212 struct vk_command_buffer **command_buffers;[all …]
595 vk_queue_submit(struct vk_queue *queue, in vk_queue_submit() function