Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/io_uring/src/
H A 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 { implementation
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp1813 void VideoBaseDecoder::SubmitQueue(de::MovePtr<CachedDecodeParameters> &cachedParameters) in SubmitQueue() function in vkt::video::VideoBaseDecoder