summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/glslang_tab.h
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /gfx/angle/src/compiler/translator/glslang_tab.h
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'gfx/angle/src/compiler/translator/glslang_tab.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/glslang_tab.h270
1 files changed, 270 insertions, 0 deletions
diff --git a/gfx/angle/src/compiler/translator/glslang_tab.h b/gfx/angle/src/compiler/translator/glslang_tab.h
new file mode 100755
index 000000000..8b043c01d
--- /dev/null
+++ b/gfx/angle/src/compiler/translator/glslang_tab.h
@@ -0,0 +1,270 @@
+/* A Bison parser, made by GNU Bison 3.0.4. */
+
+/* Bison interface for Yacc-like parsers in C
+
+ Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+/* As a special exception, you may create a larger work that contains
+ part or all of the Bison parser skeleton and distribute that work
+ under terms of your choice, so long as that work isn't itself a
+ parser generator using the skeleton or a modified version thereof
+ as a parser skeleton. Alternatively, if you modify or redistribute
+ the parser skeleton itself, you may (at your option) remove this
+ special exception, which will cause the skeleton and the resulting
+ Bison output files to be licensed under the GNU General Public
+ License without this special exception.
+
+ This special exception was added by the Free Software Foundation in
+ version 2.2 of Bison. */
+
+#ifndef YY_YY_GLSLANG_TAB_H_INCLUDED
+# define YY_YY_GLSLANG_TAB_H_INCLUDED
+/* Debug traces. */
+#ifndef YYDEBUG
+# define YYDEBUG 0
+#endif
+#if YYDEBUG
+extern int yydebug;
+#endif
+/* "%code requires" blocks. */
+
+
+#define YYLTYPE TSourceLoc
+#define YYLTYPE_IS_DECLARED 1
+
+
+
+/* Token type. */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+enum yytokentype
+{
+ INVARIANT = 258,
+ HIGH_PRECISION = 259,
+ MEDIUM_PRECISION = 260,
+ LOW_PRECISION = 261,
+ PRECISION = 262,
+ ATTRIBUTE = 263,
+ CONST_QUAL = 264,
+ BOOL_TYPE = 265,
+ FLOAT_TYPE = 266,
+ INT_TYPE = 267,
+ UINT_TYPE = 268,
+ BREAK = 269,
+ CONTINUE = 270,
+ DO = 271,
+ ELSE = 272,
+ FOR = 273,
+ IF = 274,
+ DISCARD = 275,
+ RETURN = 276,
+ SWITCH = 277,
+ CASE = 278,
+ DEFAULT = 279,
+ BVEC2 = 280,
+ BVEC3 = 281,
+ BVEC4 = 282,
+ IVEC2 = 283,
+ IVEC3 = 284,
+ IVEC4 = 285,
+ VEC2 = 286,
+ VEC3 = 287,
+ VEC4 = 288,
+ UVEC2 = 289,
+ UVEC3 = 290,
+ UVEC4 = 291,
+ MATRIX2 = 292,
+ MATRIX3 = 293,
+ MATRIX4 = 294,
+ IN_QUAL = 295,
+ OUT_QUAL = 296,
+ INOUT_QUAL = 297,
+ UNIFORM = 298,
+ VARYING = 299,
+ MATRIX2x3 = 300,
+ MATRIX3x2 = 301,
+ MATRIX2x4 = 302,
+ MATRIX4x2 = 303,
+ MATRIX3x4 = 304,
+ MATRIX4x3 = 305,
+ CENTROID = 306,
+ FLAT = 307,
+ SMOOTH = 308,
+ READONLY = 309,
+ WRITEONLY = 310,
+ COHERENT = 311,
+ RESTRICT = 312,
+ VOLATILE = 313,
+ STRUCT = 314,
+ VOID_TYPE = 315,
+ WHILE = 316,
+ SAMPLER2D = 317,
+ SAMPLERCUBE = 318,
+ SAMPLER_EXTERNAL_OES = 319,
+ SAMPLER2DRECT = 320,
+ SAMPLER2DARRAY = 321,
+ ISAMPLER2D = 322,
+ ISAMPLER3D = 323,
+ ISAMPLERCUBE = 324,
+ ISAMPLER2DARRAY = 325,
+ USAMPLER2D = 326,
+ USAMPLER3D = 327,
+ USAMPLERCUBE = 328,
+ USAMPLER2DARRAY = 329,
+ SAMPLER3D = 330,
+ SAMPLER3DRECT = 331,
+ SAMPLER2DSHADOW = 332,
+ SAMPLERCUBESHADOW = 333,
+ SAMPLER2DARRAYSHADOW = 334,
+ IMAGE2D = 335,
+ IIMAGE2D = 336,
+ UIMAGE2D = 337,
+ IMAGE3D = 338,
+ IIMAGE3D = 339,
+ UIMAGE3D = 340,
+ IMAGE2DARRAY = 341,
+ IIMAGE2DARRAY = 342,
+ UIMAGE2DARRAY = 343,
+ IMAGECUBE = 344,
+ IIMAGECUBE = 345,
+ UIMAGECUBE = 346,
+ LAYOUT = 347,
+ IDENTIFIER = 348,
+ TYPE_NAME = 349,
+ FLOATCONSTANT = 350,
+ INTCONSTANT = 351,
+ UINTCONSTANT = 352,
+ BOOLCONSTANT = 353,
+ FIELD_SELECTION = 354,
+ LEFT_OP = 355,
+ RIGHT_OP = 356,
+ INC_OP = 357,
+ DEC_OP = 358,
+ LE_OP = 359,
+ GE_OP = 360,
+ EQ_OP = 361,
+ NE_OP = 362,
+ AND_OP = 363,
+ OR_OP = 364,
+ XOR_OP = 365,
+ MUL_ASSIGN = 366,
+ DIV_ASSIGN = 367,
+ ADD_ASSIGN = 368,
+ MOD_ASSIGN = 369,
+ LEFT_ASSIGN = 370,
+ RIGHT_ASSIGN = 371,
+ AND_ASSIGN = 372,
+ XOR_ASSIGN = 373,
+ OR_ASSIGN = 374,
+ SUB_ASSIGN = 375,
+ LEFT_PAREN = 376,
+ RIGHT_PAREN = 377,
+ LEFT_BRACKET = 378,
+ RIGHT_BRACKET = 379,
+ LEFT_BRACE = 380,
+ RIGHT_BRACE = 381,
+ DOT = 382,
+ COMMA = 383,
+ COLON = 384,
+ EQUAL = 385,
+ SEMICOLON = 386,
+ BANG = 387,
+ DASH = 388,
+ TILDE = 389,
+ PLUS = 390,
+ STAR = 391,
+ SLASH = 392,
+ PERCENT = 393,
+ LEFT_ANGLE = 394,
+ RIGHT_ANGLE = 395,
+ VERTICAL_BAR = 396,
+ CARET = 397,
+ AMPERSAND = 398,
+ QUESTION = 399
+};
+#endif
+
+/* Value type. */
+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
+
+union YYSTYPE
+{
+
+
+ struct {
+ union {
+ TString *string;
+ float f;
+ int i;
+ unsigned int u;
+ bool b;
+ };
+ TSymbol* symbol;
+ } lex;
+ struct {
+ TOperator op;
+ union {
+ TIntermNode *intermNode;
+ TIntermNodePair nodePair;
+ TIntermTyped *intermTypedNode;
+ TIntermAggregate *intermAggregate;
+ TIntermBlock *intermBlock;
+ TIntermDeclaration *intermDeclaration;
+ TIntermSwitch *intermSwitch;
+ TIntermCase *intermCase;
+ };
+ union {
+ TTypeSpecifierNonArray typeSpecifierNonArray;
+ TPublicType type;
+ TPrecision precision;
+ TLayoutQualifier layoutQualifier;
+ TQualifier qualifier;
+ TFunction *function;
+ TParameter param;
+ TField *field;
+ TFieldList *fieldList;
+ TQualifierWrapperBase *qualifierWrapper;
+ TTypeQualifierBuilder *typeQualifierBuilder;
+ };
+ } interm;
+
+
+};
+
+typedef union YYSTYPE YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
+# define YYSTYPE_IS_DECLARED 1
+#endif
+
+/* Location type. */
+#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
+typedef struct YYLTYPE YYLTYPE;
+struct YYLTYPE
+{
+ int first_line;
+ int first_column;
+ int last_line;
+ int last_column;
+};
+# define YYLTYPE_IS_DECLARED 1
+# define YYLTYPE_IS_TRIVIAL 1
+#endif
+
+
+
+int yyparse (TParseContext* context, void *scanner);
+
+#endif /* !YY_YY_GLSLANG_TAB_H_INCLUDED */