Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/future/
Dnow.rs22 pub fn now(device: Arc<Device>) -> NowFuture { in now()
27 pub struct NowFuture { struct
31 unsafe impl GpuFuture for NowFuture { implementation
92 unsafe impl DeviceOwned for NowFuture { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dtraits.rs72 ) -> Result<CommandBufferExecFuture<NowFuture>, CommandBufferExecError> in execute()