mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 05:00:19 +01:00
zink: add atomic image ops to the ms deleting pass
this otherwise results in nir validation errors
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11209
Fixes: 90cf8d14d6 ("zink: add a pass to strip out multisample storage image ops")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29383>
This commit is contained in:
parent
8e60f26016
commit
bc29d2c9fc
1 changed files with 2 additions and 0 deletions
|
|
@ -4974,6 +4974,8 @@ strip_tex_ms_instr(nir_builder *b, nir_instr *in, void *data)
|
|||
break;
|
||||
case nir_intrinsic_image_deref_store:
|
||||
case nir_intrinsic_image_deref_load:
|
||||
case nir_intrinsic_image_deref_atomic:
|
||||
case nir_intrinsic_image_deref_atomic_swap:
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue