agx: Expand nest
For breaking out of deeper control flow. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25052>
This commit is contained in:

committed by
Marge Bot

parent
8405444143
commit
b25b36a9e3
@@ -296,6 +296,9 @@ typedef struct {
|
|||||||
/* For local access */
|
/* For local access */
|
||||||
enum agx_format format;
|
enum agx_format format;
|
||||||
|
|
||||||
|
/* Number of nested control flow layers to jump by. TODO: Optimize */
|
||||||
|
uint32_t nest;
|
||||||
|
|
||||||
/* Invert icond/fcond */
|
/* Invert icond/fcond */
|
||||||
bool invert_cond : 1;
|
bool invert_cond : 1;
|
||||||
|
|
||||||
@@ -318,9 +321,6 @@ typedef struct {
|
|||||||
* scoreboarding (everything but memory load/store and texturing). */
|
* scoreboarding (everything but memory load/store and texturing). */
|
||||||
unsigned scoreboard : 1;
|
unsigned scoreboard : 1;
|
||||||
|
|
||||||
/* Number of nested control flow layers to jump by */
|
|
||||||
unsigned nest : 2;
|
|
||||||
|
|
||||||
/* Output modifiers */
|
/* Output modifiers */
|
||||||
bool saturate : 1;
|
bool saturate : 1;
|
||||||
unsigned mask : 4;
|
unsigned mask : 4;
|
||||||
|
Reference in New Issue
Block a user