Home
last modified time | relevance | path

Searched defs:DeviceAlignment (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Dalignment.rs16 pub struct DeviceAlignment(AlignmentEnum); struct
21 impl DeviceAlignment { impl
97 impl Debug for DeviceAlignment { implementation
103 impl Default for DeviceAlignment { implementation
110 impl TryFrom<NonZeroDeviceSize> for DeviceAlignment { implementation
123 impl TryFrom<DeviceSize> for DeviceAlignment { implementation
149 impl Hash for DeviceAlignment { implementation
156 impl PartialOrd for DeviceAlignment { implementation
163 impl Ord for DeviceAlignment { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dlayout.rs171 pub const fn alignment(&self) -> DeviceAlignment { in alignment()
257 next_alignment: DeviceAlignment, in extend_inner()
286 const fn size_alignment_from_layout(layout: &Layout) -> (DeviceSize, DeviceAlignment) { in size_alignment_from_layout() argument
Dsuballocator.rs205 pub(crate) fn atom_size(&self) -> Option<DeviceAlignment> { in atom_size()
292 atom_size: DeviceAlignment, in create_memory_range()
1974 #[cfg(test)] buffer_image_granularity: DeviceAlignment, in new()
2095 #[cfg(test)] buffer_image_granularity: DeviceAlignment, in new()
2513 page_size: DeviceAlignment, in are_blocks_on_same_page()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dproperties.rs65 impl FromVulkan<u64> for DeviceAlignment { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dsubbuffer.rs926 pub const fn alignment(&self) -> DeviceAlignment { in alignment()