Lines Matching refs:submit
60 /** Driver queue submit hook
63 * is called to do the final submit to the kernel driver after all
67 * managed submit thread. We do, however, guarantee that as long as the
72 struct vk_queue_submit *submit);
75 /** Current submit mode
77 * This represents the exact current submit mode for this specific queue
80 * Instead, when the device submit mode is
81 * `VK_QUEUE_SUBMIT_MODE_THREADED_ON_DEMAND`, the queue submit mode
83 * `VK_QUEUE_SUBMIT_MODE_IMMEDIATE` depending on whether or not a submit
84 * thread is currently running for this queue. If the device submit
86 * will use `VK_QUEUE_SUBMIT_MODE_DEFERRED` because the deferred submit
99 } submit;
163 return list_is_empty(&queue->submit.submits);
166 /** Enables threaded submit on this queue
170 * will always use a submit thread for all submissions. You must have called