Searched defs:nir_alu_instr (Results 1 – 3 of 3) sorted by relevance
190 impl nir_alu_instr { impl395 pub fn as_alu<'a>(&'a self) -> Option<&'a nir_alu_instr> { in as_alu()398 Some(unsafe { &*(p as *const nir_alu_instr) }) in as_alu() constant
1582 typedef struct nir_alu_instr { struct1584 nir_instr instr;1587 nir_op op;1597 bool exact : 1;1603 bool no_signed_wrap : 1;1627 } nir_alu_instr; argument
488 fn parse_alu(&mut self, b: &mut impl SSABuilder, alu: &nir_alu_instr) { in parse_alu()