From: Brian Date: Sat, 23 Feb 2008 23:15:54 +0000 (-0700) Subject: gallium: added TGSI_FILE_COUNT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35ca45daba3906ac94fb879d2374d476ba2dac47;p=mesa.git gallium: added TGSI_FILE_COUNT --- diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 10c47e0ef03..1806877f6cc 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -50,6 +50,8 @@ struct tgsi_token #define TGSI_FILE_SAMPLER 5 #define TGSI_FILE_ADDRESS 6 #define TGSI_FILE_IMMEDIATE 7 +#define TGSI_FILE_COUNT 8 /**< how many TGSI_FILE_ types */ + #define TGSI_DECLARE_RANGE 0 #define TGSI_DECLARE_MASK 1