518c93768b
To support cases where different instructions may be used for the same storage type. For example, to load from an SSBO on ir3, either ldib (max offset 127) or isam.v (max offset 255) can be used. Signed-off-by: Job Noorman <jnoorman@igalia.com> Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28664>