Searched defs:SubmitQueue (Results 1 – 2 of 2) sorted by relevance
89 pub struct SubmitQueue { struct90 submit_ring: SubmitQueueState, argument91 submit_queue_entries: SubmitQueueEntries, argument92 io_vecs: Pin<Box<[IoBufMut<'static>]>>,93 submitting: usize, // The number of ops in the process of being submitted.94 pub added: usize, // The number of ops added since the last call to `io_uring_enter`.95 num_sqes: usize, // The total number of sqes allocated in shared memory.137 impl SubmitQueue { impl
3188 void VideoBaseDecoder::SubmitQueue (VkCommandBufferSubmitInfoKHR* commandBufferSubmitInfo, in SubmitQueue() function in vkt::video::VideoBaseDecoder3232 void VideoBaseDecoder::SubmitQueue (vector<VkCommandBufferSubmitInfoKHR>& commandBufferSubmitInfos, in SubmitQueue() function in vkt::video::VideoBaseDecoder