Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/rust/
Dnir.rs357 impl nir_phi_instr { impl
428 pub fn as_phi<'a>(&'a self) -> Option<&'a nir_phi_instr> { in as_phi()
431 Some(unsafe { &*(p as *const nir_phi_instr) }) in as_phi() constant
/third_party/mesa3d/src/nouveau/compiler/nak/
Dfrom_nir.rs200 fn get_phi_id(&mut self, phi: &nir_phi_instr, comp: u8) -> u32 { in get_phi_id()
/third_party/mesa3d/src/compiler/nir/
Dnir.h2686 } nir_phi_instr; typedef