Skip to content

freedreno/ir3: Add pass to deal with load_uniform base offsets

Rob Clark requested to merge robclark/mesa:wip/large-indirect-const-base into master

With indirect load_uniform, we can only encode 10b of constant base offset. This pass detects problematic cases and peels out the high bits of the base offset.

Signed-off-by: Rob Clark robdclark@chromium.org

Merge request reports