agx: Add nest field to IR
Needed to model control flow instructions. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11023>
This commit is contained in:

committed by
Alyssa Rosenzweig

parent
6f54385b0a
commit
21cf528e76
@@ -278,6 +278,9 @@ typedef struct {
|
||||
* scoreboarding (everything but memory load/store and texturing). */
|
||||
unsigned scoreboard : 1;
|
||||
|
||||
/* Number of nested control flow layers to jump by */
|
||||
unsigned nest : 2;
|
||||
|
||||
/* Output modifiers */
|
||||
bool saturate : 1;
|
||||
unsigned mask : 4;
|
||||
|
Reference in New Issue
Block a user