Home
last modified time | relevance | path

Searched defs:push_next (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs215 fn push_next<T: ExtendsMemoryAllocateInfo>(self, next: &mut T) -> DeviceMemoryBuilder<'a> { in push_next() method
/external/rust/crates/ash/src/vk/
Ddefinitions.rs1490 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/
Damd.rs680 pub fn push_next<T>( in push_next() method