Searched defs:AtomType (Results 1 – 15 of 15) sorted by relevance
41 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
32 typedef uint16_t AtomType; typedef
52 enum AtomType { ATOM_TYPE_PUSHED, ATOM_TYPE_PULLED }; enum
96 using AtomType = uint16_t; member
105 using AtomType = uint16_t; member
72 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
73 uint16_t AtomType = AccelSection.getU16(&Offset); in extract() local
2407 pub enum AtomType { enum2417 impl AtomType { implementation2418 pub fn F(bits: u8) -> AtomType { in F()2427 pub fn U(bits: u8) -> AtomType { in U()2435 pub fn I(bits: u8) -> AtomType { in I()2452 impl fmt::Display for AtomType { implementation
1866 fn get_atomic_type(&self, intrin: &nir_intrinsic_instr) -> AtomType { in get_atomic_type()
2440 atom_type: AtomType, in atom_src_as_ssa()
2822 fn set_atom_type(&mut self, range: Range<usize>, atom_type: AtomType) { in set_atom_type()