Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/pool/
Dhost_visible.rs69 ) -> Result<StdHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc()
136 ) -> Result<StdHostVisibleMemoryTypePoolAlloc, DeviceMemoryAllocError> { in alloc_with_exportable_fd()
217 pub struct StdHostVisibleMemoryTypePoolAlloc { struct
224 impl StdHostVisibleMemoryTypePoolAlloc { argument
241 impl Drop for StdHostVisibleMemoryTypePoolAlloc { implementation