Home
last modified time | relevance | path

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

/external/crosvm/io_uring/src/
During.rs89 pub struct SubmitQueue { struct
90 submit_ring: SubmitQueueState, argument
91 submit_queue_entries: SubmitQueueEntries, argument
92 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
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp3188 void VideoBaseDecoder::SubmitQueue (VkCommandBufferSubmitInfoKHR* commandBufferSubmitInfo, in SubmitQueue() function in vkt::video::VideoBaseDecoder
3232 void VideoBaseDecoder::SubmitQueue (vector<VkCommandBufferSubmitInfoKHR>& commandBufferSubmitInfos, in SubmitQueue() function in vkt::video::VideoBaseDecoder