Searched defs:SampleLayout (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/nouveau/nil/ |
H A D | extent.rs | 99 sample_layout: SampleLayout, in to_sa() 107 sample_layout: SampleLayout, in to_el() 115 sample_layout: SampleLayout, in to_B() 124 sample_layout: SampleLayout, in to_tl() 135 sample_layout: SampleLayout, in nil_extent4d_px_to_el() 145 sample_layout: SampleLayout, in nil_extent4d_px_to_tl() 236 sample_layout: SampleLayout, in to_el() 245 sample_layout: SampleLayout, in to_B() 254 sample_layout: SampleLayout, in to_tl() 265 sample_layout: SampleLayout, in nil_offset4d_px_to_el() [all …]
|
H A D | tiling.rs | 124 sample_layout: SampleLayout, in sparse_block_extent_px() 142 sample_layout: SampleLayout, in nil_sparse_block_extent_px() 171 sample_layout: SampleLayout, in choose()
|
H A D | image.rs | 31 pub enum SampleLayout { enum 41 impl SampleLayout { impl 43 pub extern "C" fn nil_choose_sample_layout(samples: u32) -> SampleLayout { in nil_choose_sample_layout() 47 pub fn choose_sample_layout(samples: u32) -> SampleLayout { in choose_sample_layout()
|