Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/nouveau/nil/
H A Dmodifiers.rs48 pub enum SectorLayout { enum
53 impl TryFrom<u64> for SectorLayout { implementation
65 impl SectorLayout { impl
67 pub fn for_dev(_dev: &nil_rs_bindings::nv_device_info) -> SectorLayout { in for_dev()
130 sector_layout: SectorLayout, in block_linear_2d()
162 pub fn sector_layout(&self) -> SectorLayout { in sector_layout()