Home
last modified time | relevance | path

Searched refs:ir3_nir_try_propagate_bit_shift (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_io_offsets.c125 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, int32_t shift) in ir3_nir_try_propagate_bit_shift() function
201 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -shift); in lower_offset_for_ssbo()
Dir3_nir.h66 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, int32_t shift);
Dir3_nir_analyze_ubo_ranges.c305 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, ubo_offset, -2); in lower_ubo_load_to_uniform()
/external/mesa3d/docs/relnotes/
D20.2.0.rst1697 - freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.