mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-28 10:40:34 +01:00
nir: remove explicit nir_intrinsic_index_flag values
These were left after a rebase and happen to make
NIR_INTRINSIC_SWIZZLE_MASK == NIR_INTRINSIC_SRC_ACCESS, which is how it
was noticed.
Fixes: 6f20643b47 ("nir: Allow qualifiers on copy_deref and image instructions")
Cc: Connor Abbott <cwabbott0@gmail.com>
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
830a8e6c47
commit
5d7bcac4e7
1 changed files with 2 additions and 2 deletions
|
|
@ -1440,8 +1440,8 @@ typedef enum {
|
|||
NIR_INTRINSIC_SWIZZLE_MASK,
|
||||
|
||||
/* Separate source/dest access flags for copies */
|
||||
NIR_INTRINSIC_SRC_ACCESS = 21,
|
||||
NIR_INTRINSIC_DST_ACCESS = 22,
|
||||
NIR_INTRINSIC_SRC_ACCESS,
|
||||
NIR_INTRINSIC_DST_ACCESS,
|
||||
|
||||
NIR_INTRINSIC_NUM_INDEX_FLAGS,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue