Searched defs:push_next (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/vulkano/src/memory/ |
D | device_memory.rs | 215 fn push_next<T: ExtendsMemoryAllocateInfo>(self, next: &mut T) -> DeviceMemoryBuilder<'a> { in push_next() method
|
/external/rust/crates/ash/src/vk/ |
D | definitions.rs | 1490 pub fn push_next<T: ExtendsDeviceQueueCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 1591 pub fn push_next<T: ExtendsDeviceCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 1683 pub fn push_next<T: ExtendsInstanceCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 1884 pub fn push_next<T: ExtendsMemoryAllocateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 2536 pub fn push_next<T: ExtendsWriteDescriptorSet>(mut self, next: &'a mut T) -> Self { in push_next() method 2720 pub fn push_next<T: ExtendsBufferCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 3226 pub fn push_next<T: ExtendsImageMemoryBarrier>(mut self, next: &'a mut T) -> Self { in push_next() method 3363 pub fn push_next<T: ExtendsImageCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 3523 pub fn push_next<T: ExtendsImageViewCreateInfo>(mut self, next: &'a mut T) -> Self { in push_next() method 3988 pub fn push_next<T: ExtendsBindSparseInfo>(mut self, next: &'a mut T) -> Self { in push_next() method [all …]
|
/external/rust/crates/ash/src/extensions/experimental/ |
D | amd.rs | 680 pub fn push_next<T>( in push_next() method
|