pan/bi: Add branch_offset immediate

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12026>
This commit is contained in:
Alyssa Rosenzweig 2021-07-26 18:05:00 -04:00 committed by Marge Bot
parent 4f359cae43
commit e3554a9a3a
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ typedef struct {
uint32_t fill;
uint32_t index;
uint32_t attribute_index;
int32_t branch_offset;
struct {
uint32_t varying_index;