Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_io_offsets.c89 ir3_nir_try_propagate_bit_shift(nir_builder *b, nir_def *offset, in ir3_nir_try_propagate_bit_shift() function
142 nir_def *new_shift = ir3_nir_try_propagate_bit_shift( in create_shift()
198 nir_def *new_offset = ir3_nir_try_propagate_bit_shift(b, offset, -shift); in lower_offset_for_ssbo()
H A Dir3_nir.h76 nir_def *ir3_nir_try_propagate_bit_shift(nir_builder *b,
H A Dir3_nir_analyze_ubo_ranges.c306 nir_def *new_offset = ir3_nir_try_propagate_bit_shift(b, ubo_offset, -2); in lower_ubo_load_to_uniform()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.2.0.rst1697 - freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.