Searched defs:SubmitQueue (Results 1 – 2 of 2) sorted by relevance
79 pub struct SubmitQueue { struct80 submit_ring: SubmitQueueState, argument81 submit_queue_entries: SubmitQueueEntries, argument82 submitting: usize, // The number of ops in the process of being submitted.83 pub added: usize, // The number of ops added since the last call to `io_uring_enter`.84 num_sqes: usize, // The total number of sqes allocated in shared memory.126 impl SubmitQueue { implementation
1813 void VideoBaseDecoder::SubmitQueue(de::MovePtr<CachedDecodeParameters> &cachedParameters) in SubmitQueue() function in vkt::video::VideoBaseDecoder