Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs378 impl nir_phi_instr { impl
449 pub fn as_phi<'a>(&'a self) -> Option<&'a nir_phi_instr> { in as_phi()
452 Some(unsafe { &*(p as *const nir_phi_instr) }) in as_phi() constant
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dfrom_nir.rs200 fn get_phi_id(&mut self, phi: &nir_phi_instr, comp: u8) -> u32 { in get_phi_id()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h2725 } nir_phi_instr; typedef