agx: Track current_block
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
0a7a6f0558
commit
f7918ebc82
@@ -321,6 +321,9 @@ typedef struct {
|
||||
/* I don't really understand how writeout ops work yet */
|
||||
bool did_writeout;
|
||||
|
||||
/* During instruction selection, for inserting control flow */
|
||||
agx_block *current_block;
|
||||
|
||||
/* Stats for shader-db */
|
||||
unsigned loop_count;
|
||||
unsigned spills;
|
||||
|
Reference in New Issue
Block a user