Searched defs:QueueState (Results 1 – 5 of 5) sorted by relevance
15 pub struct QueueState { struct36 impl TryFrom<QueueState> for Queue { argument
178 pub fn state(&self) -> QueueState { in state()
90 struct QueueState { struct91 VkQueue queue = VK_NULL_HANDLE;92 VkCommandPool pool = VK_NULL_HANDLE;93 VkCommandBuffer cb = VK_NULL_HANDLE;94 VkCommandBuffer cb2 = VK_NULL_HANDLE;95 VkFence fence = VK_NULL_HANDLE;96 android::base::Lock* lock = nullptr;97 uint32_t queueFamilyIndex = 0;
83 struct QueueState { struct97 state: Mutex<QueueState>, argument
1269 struct QueueState { struct1273 impl QueueState { argument