Searched refs:p_instr (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h130 nir_instr *p_instr = dest->ssa.parent_instr; local in function:real_dest
144 if (p_instr->type == nir_instr_type_alu &&
145 nir_instr_as_alu(p_instr)->op == nir_op_mov) {
192 if (can_bypass_src && !(p_instr->pass_flags & BYPASS_DST)) {
193 p_instr->pass_flags |= BYPASS_SRC;

Completed in 2 milliseconds