Home
last modified time | relevance | path

Searched refs:BitMutView (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dsph.rs9 BitMutView, BitMutViewable, BitView, BitViewable, SetBit, SetField,
20 type SubSPHView<'a> = BitMutView<'a, [u32; CURRENT_MAX_SHADER_HEADER_SIZE]>;
90 BitMutView::new(&mut self.data).set_bit_range_u64(range, val); in set_bit_range_u64()
96 BitMutView::new(&mut self.data).set_field_u64(range, val); in set_field_u64()
122 BitMutView::new_subset(&mut self.data, 160..192) in imap_system_values_ab()
129 BitMutView::new_subset(&mut self.data, 192..320) in imap_g_vtg()
136 BitMutView::new_subset(&mut self.data, 192..448) in imap_g_ps()
142 BitMutView::new_subset(&mut self.data, 464..480) in imap_system_values_c()
144 BitMutView::new_subset(&mut self.data, 336..352) in imap_system_values_c()
151 BitMutView::new_subset(&mut self.data, 392..400) in imap_system_values_d_vtg()
[all …]
H A Dsm50.rs89 BitMutView::new(&mut self.inst).set_bit_range_u64(range, val); in set_bit_range_u64()
95 BitMutView::new(&mut self.inst).set_field_u64(range, val); in set_field_u64()
126 let mut sched = BitMutView::new(&mut self.sched); in set_instr_deps()
252 let mut v = BitMutView::new_subset(self, range); in set_src_cb()
3163 BitMutView::new(sched_instr)
H A Dqmd.rs13 type QMDBitView<'a> = BitMutView<'a, [u32]>;
H A Dsm70.rs138 BitMutView::new(&mut self.inst).set_bit_range_u64(range, val); in set_bit_range_u64()
144 BitMutView::new(&mut self.inst).set_field_u64(range, val); in set_field_u64()
225 let mut v = BitMutView::new_subset(self, range); in set_src_cb()
H A Dir.rs7 use bitview::{BitMutView, BitView};
7161 let mut attr = BitMutView::new(if written { in mark_attrs()
7251 let mut attr = BitMutView::new(&mut self.barycentric_attr_in); in mark_barycentric_attr_in()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/bitview/
H A Dlib.rs183 pub struct BitMutView<'a, BS: BitMutViewable + ?Sized> { struct
188 impl<'a, BS: BitMutViewable + ?Sized> BitMutView<'a, BS> { impl
208 ) -> BitMutView<'b, BitMutView<'a, BS>> { in subset_mut()
209 BitMutView::new_subset(self, range) in subset_mut()
228 impl<'a, BS: BitMutViewable + ?Sized> BitViewable for BitMutView<'a, BS> { implementation
238 impl<'a, BS: BitMutViewable + ?Sized> BitMutViewable for BitMutView<'a, BS> { implementation
249 impl<'a, BS: BitMutViewable + ?Sized> SetFieldU64 for BitMutView<'a, BS> { implementation
/aosp_15_r20/external/mesa3d/src/nouveau/nil/
H A Dtic.rs97 type THBitView<'a> = BitMutView<'a, [u32; 8]>;
257 let mut th = BitMutView::new(desc_out);
365 let mut th = BitMutView::new(desc_out);
527 let mut th = BitMutView::new(desc_out);
550 let mut th = BitMutView::new(desc_out);
640 let mut th = BitMutView::new(desc_out);
662 let mut th = BitMutView::new(desc_out);
H A Dmodifiers.rs136 let mut bv = BitMutView::new(&mut drm_modifier); in block_linear_2d()