agx: Model interpolation for iter instructions
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
2548293e8b
commit
b7f130fbbc
@@ -305,6 +305,9 @@ typedef struct {
|
||||
bool shadow : 1;
|
||||
enum agx_gather gather : 3;
|
||||
|
||||
/* TODO: Handle iter ops more efficient */
|
||||
enum agx_interpolation interpolation : 2;
|
||||
|
||||
/* Final st_vary op */
|
||||
bool last : 1;
|
||||
|
||||
|
Reference in New Issue
Block a user