nir/lower_io: add missing levels intrinsics to get_io_index_src_number

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: c7ac46a1d8 ("nir/lower_io: add get_io_index_src_number support for image intrinsics")
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
(cherry picked from commit aa929ea706)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38167>
This commit is contained in:
Lionel Landwerlin 2025-10-22 22:42:55 +03:00 committed by Dylan Baker
parent dcecd8fd1e
commit bfd09d9891
2 changed files with 2 additions and 1 deletions

View file

@ -974,7 +974,7 @@
"description": "nir/lower_io: add missing levels intrinsics to get_io_index_src_number",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "c7ac46a1d8afea6f12e36fe489ef9485b443a638",
"notes": null

View file

@ -1069,6 +1069,7 @@ nir_get_io_index_src_number(const nir_intrinsic_instr *instr)
IMG_CASE(atomic):
IMG_CASE(atomic_swap):
IMG_CASE(size):
IMG_CASE(levels):
IMG_CASE(samples):
IMG_CASE(texel_address):
IMG_CASE(samples_identical):