Home
last modified time | relevance | path

Searched defs:AutoCommandBufferBuilder (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dauto.rs47 pub struct AutoCommandBufferBuilder<L, A = StandardCommandBufferAllocator> struct
51 pub(super) inner: SyncCommandBufferBuilder,
52 builder_alloc: A::Builder, // Safety: must be dropped after `inner`
55 queue_family_index: u32,
59 pub(super) inheritance_info: Option<CommandBufferInheritanceInfo>,
62 pub(super) usage: CommandBufferUsage,
65 pub(super) render_pass_state: Option<RenderPassState>,
68 pub(super) query_state: HashMap<ash::vk::QueryType, QueryState>,
70 _data: PhantomData<L>,
127 impl<A> AutoCommandBufferBuilder<PrimaryAutoCommandBuffer, A> impl
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddebug.rs32 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
Drender_pass.rs43 impl<L, A> AutoCommandBufferBuilder<L, A> impl
544 impl<L, A> AutoCommandBufferBuilder<L, A> impl
Dsecondary.rs37 impl<L, A> AutoCommandBufferBuilder<L, A> impl
Dclear.rs33 impl<L, A> AutoCommandBufferBuilder<L, A> impl
Dquery.rs36 impl<L, A> AutoCommandBufferBuilder<L, A> impl
Dbind_push.rs52 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
Dpipeline.rs52 impl<L, A> AutoCommandBufferBuilder<L, A> impl
Dcopy.rs38 impl<L, A> AutoCommandBufferBuilder<L, A> impl
Ddynamic_state.rs41 impl<L, A> AutoCommandBufferBuilder<L, A> impl