Home
last modified time | relevance | path

Searched defs:CommandPoolAlloc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dpool.rs466 pub struct CommandPoolAlloc { struct
473 impl CommandPoolAlloc { impl
481 unsafe impl VulkanObject for CommandPoolAlloc { implementation
490 unsafe impl DeviceOwned for CommandPoolAlloc { implementation
Dallocator.rs87 fn inner(&self) -> &CommandPoolAlloc; in inner()
103 fn inner(&self) -> &CommandPoolAlloc; in inner()
570 fn inner(&self) -> &CommandPoolAlloc { in inner()
607 fn inner(&self) -> &CommandPoolAlloc { in inner()
Dsys.rs55 pool_alloc: &CommandPoolAlloc, in new()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs114 pool_alloc: &CommandPoolAlloc, in new()