Searched defs:nir_load_const_instr (Results 1 – 3 of 3) sorted by relevance
84 fn as_load_const(&self) -> Option<&nir_load_const_instr>; in as_load_const()142 fn as_load_const(&self) -> Option<&nir_load_const_instr> { in as_load_const()148 fn as_load_const(&self) -> Option<&nir_load_const_instr> { in as_load_const()398 impl NirLoadConstInstr for nir_load_const_instr { implementation429 fn as_load_const(&self) -> Option<&nir_load_const_instr>; in as_load_const()471 fn as_load_const(&self) -> Option<&nir_load_const_instr> { in as_load_const()474 Some(unsafe { &*(p as *const nir_load_const_instr) }) in as_load_const() constant
2721 load_const: &nir_load_const_instr, in parse_load_const()
2547 } nir_load_const_instr; typedef