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:
Alyssa Rosenzweig
2023-05-25 13:22:51 -04:00
committed by Marge Bot
parent 2548293e8b
commit b7f130fbbc
5 changed files with 42 additions and 7 deletions

View File

@@ -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;