Home
last modified time | relevance | path

Searched defs:SubmitQueue (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/io_uring/src/
During.rs79 pub struct SubmitQueue { struct
80 submit_ring: SubmitQueueState, argument
81 submit_queue_entries: SubmitQueueEntries, argument
82 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 { impl
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp1832 void VideoBaseDecoder::SubmitQueue(de::MovePtr<CachedDecodeParameters> &cachedParameters) in SubmitQueue() function in vkt::video::VideoBaseDecoder