Home
last modified time | relevance | path

Searched refs:alloc_impl (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vulkano/src/sync/
Devent.rs59 Event::alloc_impl(device, true) in from_pool()
67 Event::alloc_impl(device, false) in alloc()
70 fn alloc_impl(device: Arc<Device>, must_put_in_pool: bool) -> Result<Event, OomError> { in alloc_impl() method
Dfence.rs83 Fence::alloc_impl(device, false, true) in from_pool()
91 Fence::alloc_impl(device, false, false) in alloc()
97 Fence::alloc_impl(device, true, false) in alloc_signaled()
100 fn alloc_impl(device: D, signaled: bool, must_put_in_pool: bool) -> Result<Fence<D>, OomError> { in alloc_impl() function
/external/rust/crates/vulkano/src/descriptor_set/pool/
Dsys.rs173 self.alloc_impl(&layouts) in alloc()
177 unsafe fn alloc_impl( in alloc_impl() method