Home
last modified time | relevance | path

Searched defs:DeviceLayout (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs24 pub struct DeviceLayout { struct
29 impl DeviceLayout { argument
307 impl TryFrom<Layout> for DeviceLayout { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dallocator.rs255 layout: DeviceLayout, in allocate()
295 layout: DeviceLayout, in allocate()
Dsubbuffer.rs943 pub const fn layout_for_len(&self, len: NonZeroDeviceSize) -> Option<DeviceLayout> { in layout_for_len()
1126 pub(super) const fn unwrap_sized(self) -> DeviceLayout { in unwrap_sized()
Dmod.rs417 layout: DeviceLayout, in new()