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:

committed by
Marge Bot

parent
b9b71bcae6
commit
2548293e8b
@@ -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
|
||||
|
Reference in New Issue
Block a user