Lines Matching defs:queue
145 VkQueue queue;
251 * Initialize a queue family with a specific number of queues.
252 * If nb_queues == 0, use however many queues the queue family has.
258 * Rotate through the queues in a queue family.
270 * Guaranteed to remain alive until the queue submission has finished executing,
334 * at least once before queue submission.
340 * Init an execution context for command recording and queue submission.
373 * Adds a generic AVBufferRef as a queue depenency.
379 * Discards all queue dependencies
384 * Adds a frame as a queue dependency. This also manages semaphore signalling.
391 * Submits a command buffer to the queue for execution.