Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/compiler/nak/
Dnir.rs418 impl NirPhiInstr for nir_phi_instr { implementation
431 fn as_phi(&self) -> Option<&nir_phi_instr>; in as_phi()
489 fn as_phi(&self) -> Option<&nir_phi_instr> { in as_phi()
492 Some(unsafe { &*(p as *const nir_phi_instr) }) in as_phi() constant
Dfrom_nir.rs141 fn get_phi_id(&mut self, phi: &nir_phi_instr, comp: u8) -> u32 { in get_phi_id()
/external/mesa3d/src/compiler/nir/
Dnir.h2634 } nir_phi_instr; typedef