agx: Split iter and iterproj instructions

These are different (though related) instructions. I've split them in applegpu,
let's mirror that here. This simplifies the IR a bit.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23480>
This commit is contained in:
Alyssa Rosenzweig
2023-05-25 13:22:50 -04:00
committed by Marge Bot
parent b9b71bcae6
commit 2548293e8b
6 changed files with 17 additions and 18 deletions

View File

@@ -296,9 +296,6 @@ typedef struct {
/* For local access */
enum agx_format format;
/* For load varying */
bool perspective : 1;
/* Invert icond/fcond */
bool invert_cond : 1;
@@ -325,7 +322,7 @@ typedef struct {
bool saturate : 1;
unsigned mask : 4;
unsigned padding : 8;
unsigned padding : 9;
} agx_instr;
static inline void