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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c130 nir_instr *offset_instr = offset->parent_instr; local in function:ir3_nir_try_propagate_bit_shift
131 if (offset_instr->type != nir_instr_type_alu)
134 nir_alu_instr *alu = nir_instr_as_alu(offset_instr);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c127 nir_instr *offset_instr = offset->parent_instr; local in function:ir3_nir_try_propagate_bit_shift
128 if (offset_instr->type != nir_instr_type_alu)
131 nir_alu_instr *alu = nir_instr_as_alu(offset_instr);

Completed in 3 milliseconds