mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
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>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38012>
This commit is contained in:
parent
cf49338ccd
commit
aa929ea706
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue