Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/nil/
Dextent.rs109 sample_layout: SampleLayout, in to_sa()
117 sample_layout: SampleLayout, in to_el()
125 sample_layout: SampleLayout, in to_B()
134 sample_layout: SampleLayout, in to_tl()
145 sample_layout: SampleLayout, in nil_extent4d_px_to_el()
155 sample_layout: SampleLayout, in nil_extent4d_px_to_tl()
164 sample_layout: SampleLayout, in nil_extent4d_px_to_B()
279 sample_layout: SampleLayout, in to_el()
288 sample_layout: SampleLayout, in to_B()
297 sample_layout: SampleLayout, in to_tl()
[all …]
Dtiling.rs131 sample_layout: SampleLayout, in sparse_block_extent_px()
149 sample_layout: SampleLayout, in nil_sparse_block_extent_px()
176 sample_layout: SampleLayout, in choose()
Dimage.rs31 pub enum SampleLayout { enum
49 impl SampleLayout { impl
51 pub extern "C" fn nil_choose_sample_layout(samples: u32) -> SampleLayout { in nil_choose_sample_layout()
55 pub fn choose_sample_layout(samples: u32) -> SampleLayout { in choose_sample_layout()