Home
last modified time | relevance | path

Searched defs:QueueState (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/virtio-queue/src/
Dstate.rs15 pub struct QueueState { struct
36 impl TryFrom<QueueState> for Queue { argument
Dqueue.rs178 pub fn state(&self) -> QueueState { in state()
/external/mesa3d/src/gfxstream/host/vulkan/
DVkAndroidNativeBuffer.h90 struct QueueState { struct
91 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;
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dqueue.rs83 struct QueueState { struct
97 state: Mutex<QueueState>, argument
/external/rust/crates/vulkano/src/device/
Dqueue.rs1269 struct QueueState { struct
1273 impl QueueState { argument