mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 14:50:24 +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> (cherry picked from commitaa929ea706) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38167>
This commit is contained in:
parent
dcecd8fd1e
commit
bfd09d9891
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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