Searched defs:push_next (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/experimental/ |
D | amd.rs | 243 pub fn push_next<T>(mut self, next: &'a mut T) -> PhysicalDeviceGpaPropertiesAmdBuilder<'a> in push_next() method 694 pub fn push_next<T>( in push_next() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 1589 pub fn push_next<T: ExtendsDeviceQueueCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 1705 pub fn push_next<T: ExtendsDeviceCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 1806 pub fn push_next<T: ExtendsInstanceCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 2025 pub fn push_next<T: ExtendsMemoryAllocateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 2735 pub fn push_next<T: ExtendsWriteDescriptorSet>(mut self, next: &'a mut T) -> Self { in push_next() method 2941 pub fn push_next<T: ExtendsBufferCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 3043 pub fn push_next<T: ExtendsBufferViewCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 3519 pub fn push_next<T: ExtendsImageMemoryBarrier>(mut self, next: &'a mut T) -> Self { in push_next() method 3673 pub fn push_next<T: ExtendsImageCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 3850 pub fn push_next<T: ExtendsImageViewCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method [all …]
|