Home
last modified time | relevance | path

Searched defs:SyncCommandBufferBuilder (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs70 pub struct SyncCommandBufferBuilder { struct
71 inner: UnsafeCommandBufferBuilder,
72 level: CommandBufferLevel,
76 pub(in crate::command_buffer) commands: Vec<Box<dyn Command>>,
80 pending_barrier: DependencyInfo,
105 impl SyncCommandBufferBuilder { argument
116 ) -> Result<SyncCommandBufferBuilder, OomError> { in new()
148 ) -> SyncCommandBufferBuilder { in from_unsafe_cmd()
900 unsafe impl DeviceOwned for SyncCommandBufferBuilder { implementation
907 impl Debug for SyncCommandBufferBuilder { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddebug.rs179 impl SyncCommandBufferBuilder { implementation
Dsync.rs25 impl SyncCommandBufferBuilder { implementation
Dsecondary.rs398 impl SyncCommandBufferBuilder { implementation
Dclear.rs532 impl SyncCommandBufferBuilder { implementation
Dquery.rs621 impl SyncCommandBufferBuilder { implementation
Dbind_push.rs716 impl SyncCommandBufferBuilder { impl
Drender_pass.rs1459 impl SyncCommandBufferBuilder { implementation
Dpipeline.rs1666 impl SyncCommandBufferBuilder { implementation
Dcopy.rs2583 impl SyncCommandBufferBuilder { implementation
Ddynamic_state.rs1726 impl SyncCommandBufferBuilder { implementation