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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c87 check_and_propagate_bit_shift32(nir_builder *b, nir_ssa_def *offset, function in typeref:typename:nir_ssa_def *
140 shift_ssa = check_and_propagate_bit_shift32(b, offset, alu, 1, shift);
145 shift_ssa = check_and_propagate_bit_shift32(b, offset, alu, -1, shift);
150 shift_ssa = check_and_propagate_bit_shift32(b, offset, alu, -1, shift);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c86 check_and_propagate_bit_shift32(nir_builder *b, nir_alu_instr *alu_instr, function in typeref:typename:nir_ssa_def *
143 shift_ssa = check_and_propagate_bit_shift32(b, alu, 1, shift);
148 shift_ssa = check_and_propagate_bit_shift32(b, alu, -1, shift);
153 shift_ssa = check_and_propagate_bit_shift32(b, alu, -1, shift);

Completed in 5 milliseconds