Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/memory/pool/
Dpool.rs33 pub struct StdMemoryPool { struct
41 impl StdMemoryPool { argument
44 pub fn new(device: Arc<Device>) -> Arc<StdMemoryPool> { in new()
56 mem_pool: Arc<StdMemoryPool>, in generic_allocation()
116 mem_pool: Arc<StdMemoryPool>, in generit_allocation_with_exportable_fd()
214 unsafe impl DeviceOwned for StdMemoryPool { implementation
/external/rust/crates/vulkano/src/device/
Dmod.rs474 pub fn standard_pool(me: &Arc<Self>) -> Arc<StdMemoryPool> { in standard_pool()