Home
last modified time | relevance | path

Searched refs:NowFuture (Results 1 – 3 of 3) 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() argument
23 NowFuture { device } in now()
27 pub struct NowFuture { struct
31 unsafe impl GpuFuture for NowFuture { implementation
92 unsafe impl DeviceOwned for NowFuture { implementation
Dmod.rs96 now::{now, NowFuture},
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dtraits.rs21 now, AccessCheckError, AccessError, FlushError, GpuFuture, NowFuture, SubmitAnyBuilder,
72 ) -> Result<CommandBufferExecFuture<NowFuture>, CommandBufferExecError> in execute() argument