Searched defs:LinearLayout (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/vulkano/src/image/ |
D | sys.rs | 771 pub unsafe fn color_linear_layout(&self, mip_level: u32) -> LinearLayout { in color_linear_layout() 787 pub unsafe fn depth_linear_layout(&self, mip_level: u32) -> LinearLayout { in depth_linear_layout() 803 pub unsafe fn stencil_linear_layout(&self, mip_level: u32) -> LinearLayout { in stencil_linear_layout() 816 pub unsafe fn multiplane_color_layout(&self, aspect: ImageAspect) -> LinearLayout { in multiplane_color_layout() 839 unsafe fn linear_layout_impl(&self, mip_level: u32, aspect: ImageAspect) -> LinearLayout { in linear_layout_impl() 1044 pub struct LinearLayout { struct 1046 pub offset: DeviceSize, 1048 pub size: DeviceSize, 1050 pub row_pitch: DeviceSize, 1053 pub array_pitch: DeviceSize, [all …]
|