Searched refs:NowFuture (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/future/ |
D | now.rs | 22 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
|
D | mod.rs | 96 now::{now, NowFuture},
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | traits.rs | 21 now, AccessCheckError, AccessError, FlushError, GpuFuture, NowFuture, SubmitAnyBuilder, 72 ) -> Result<CommandBufferExecFuture<NowFuture>, CommandBufferExecError> in execute() argument
|