X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Ffreedreno%2Fir3%2Fir3_context.h;h=c5845d4e2c6e124438545e07a307861df6f603f6;hb=a3a70588c0a9a72255a69428af4a5ff22544d275;hp=1ce5c6776cad5cbea123e215ba5ab9597c844dee;hpb=5c17d9b9ca57269bae5376c64b83432af21ae522;p=mesa.git diff --git a/src/freedreno/ir3/ir3_context.h b/src/freedreno/ir3/ir3_context.h index 1ce5c6776ca..c5845d4e2c6 100644 --- a/src/freedreno/ir3/ir3_context.h +++ b/src/freedreno/ir3/ir3_context.h @@ -83,7 +83,7 @@ struct ir3_context { struct ir3_instruction *frag_face, *frag_coord; /* For vertex shaders, keep track of the system values sources */ - struct ir3_instruction *vertex_id, *basevertex, *instance_id; + struct ir3_instruction *vertex_id, *basevertex, *instance_id, *base_instance; /* For fragment shaders: */ struct ir3_instruction *samp_id, *samp_mask_in;