summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/core/tgsi_token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/tgsi/core/tgsi_token.h')
-rw-r--r--src/mesa/pipe/tgsi/core/tgsi_token.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/tgsi/core/tgsi_token.h b/src/mesa/pipe/tgsi/core/tgsi_token.h
index 632d678818..fd59ea1e2e 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_token.h
+++ b/src/mesa/pipe/tgsi/core/tgsi_token.h
@@ -855,8 +855,7 @@ struct tgsi_instruction_ext_label
{
GLuint Type : 4; /* TGSI_INSTRUCTION_EXT_TYPE_LABEL */
GLuint Label : 24; /* UINT */
- GLuint Target : 1; /* BOOL */
- GLuint Padding : 2;
+ GLuint Padding : 3;
GLuint Extended : 1; /* BOOL */
};