Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_io_offsets.c124 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_ssa_def *offset, in ir3_nir_try_propagate_bit_shift() function
231 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -shift); in lower_offset_for_ssbo()
Dir3_nir.h79 nir_ssa_def *ir3_nir_try_propagate_bit_shift(nir_builder *b,
Dir3_nir_analyze_ubo_ranges.c307 nir_ssa_def *new_offset = ir3_nir_try_propagate_bit_shift(b, ubo_offset, -2); in lower_ubo_load_to_uniform()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1697 - freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.