freedreno: Fix up end range of unaligned UBO loads.
We need the constants uploaded to cover the NIR offset plus the size, not the aligned-down start of our upload range plus the size. Fixes mistaken UBO analysis with mat3 loads. Fixes: 893425a6 ("freedreno/ir3: Push UBOs to constant file") Reviewed-by:Kristian H. Kristensen <hoegsberg@google.com> Reviewed-by:
Rob Clark <robdclark@gmail.com>