Searched defs:DeviceAlignment (Results 1 – 5 of 5) sorted by relevance
16 pub struct DeviceAlignment(AlignmentEnum); struct21 impl DeviceAlignment { impl97 impl Debug for DeviceAlignment { implementation103 impl Default for DeviceAlignment { implementation110 impl TryFrom<NonZeroDeviceSize> for DeviceAlignment { implementation123 impl TryFrom<DeviceSize> for DeviceAlignment { implementation149 impl Hash for DeviceAlignment { implementation156 impl PartialOrd for DeviceAlignment { implementation163 impl Ord for DeviceAlignment { implementation
171 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
205 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()
65 impl FromVulkan<u64> for DeviceAlignment { implementation
926 pub const fn alignment(&self) -> DeviceAlignment { in alignment()