Edit

kc3-lang/angle/src/compiler/translator/glslang_tab_autogen.h

Branch :

  • Show log

    Commit

  • Author : Mohan Maiya
    Date : 2020-11-18 07:58:53
    Hash : 738092ae
    Message : Add auto generated code for GL_EXT_tessellation_shader To support tessellation, code and auto generated code are added. Entry points function, ShaderTypes, built in variables and constants, builtin function barrier and patch keyword are added. Bug: angleproject:3572 Change-Id: Ia5fe473e884466cb88cea7138e13377a1d7b4fa0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2538393 Commit-Queue: Mohan Maiya <m.maiya@samsung.com> Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>

  • src/compiler/translator/glslang_tab_autogen.h
  • /* A Bison parser, made by GNU Bison 3.3.2.  */
    
    /* Bison interface for Yacc-like parsers in C
    
       Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 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.  */
    
    /* Undocumented macros, especially those whose name start with YY_,
       are private implementation details.  Do not rely on them.  */
    
    #ifndef YY_YY_GLSLANG_TAB_AUTOGEN_H_INCLUDED
    #define YY_YY_GLSLANG_TAB_AUTOGEN_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
    #define YYLTYPE_IS_TRIVIAL 1
    
    /* Token type.  */
    #ifndef YYTOKENTYPE
    #    define YYTOKENTYPE
    enum yytokentype
    {
        INVARIANT                 = 258,
        PRECISE                   = 259,
        HIGH_PRECISION            = 260,
        MEDIUM_PRECISION          = 261,
        LOW_PRECISION             = 262,
        PRECISION                 = 263,
        ATTRIBUTE                 = 264,
        CONST_QUAL                = 265,
        BOOL_TYPE                 = 266,
        FLOAT_TYPE                = 267,
        INT_TYPE                  = 268,
        UINT_TYPE                 = 269,
        BREAK                     = 270,
        CONTINUE                  = 271,
        DO                        = 272,
        ELSE                      = 273,
        FOR                       = 274,
        IF                        = 275,
        DISCARD                   = 276,
        RETURN                    = 277,
        SWITCH                    = 278,
        CASE                      = 279,
        DEFAULT                   = 280,
        BVEC2                     = 281,
        BVEC3                     = 282,
        BVEC4                     = 283,
        IVEC2                     = 284,
        IVEC3                     = 285,
        IVEC4                     = 286,
        VEC2                      = 287,
        VEC3                      = 288,
        VEC4                      = 289,
        UVEC2                     = 290,
        UVEC3                     = 291,
        UVEC4                     = 292,
        MATRIX2                   = 293,
        MATRIX3                   = 294,
        MATRIX4                   = 295,
        IN_QUAL                   = 296,
        OUT_QUAL                  = 297,
        INOUT_QUAL                = 298,
        UNIFORM                   = 299,
        BUFFER                    = 300,
        VARYING                   = 301,
        MATRIX2x3                 = 302,
        MATRIX3x2                 = 303,
        MATRIX2x4                 = 304,
        MATRIX4x2                 = 305,
        MATRIX3x4                 = 306,
        MATRIX4x3                 = 307,
        SAMPLE                    = 308,
        CENTROID                  = 309,
        FLAT                      = 310,
        SMOOTH                    = 311,
        NOPERSPECTIVE             = 312,
        PATCH                     = 313,
        READONLY                  = 314,
        WRITEONLY                 = 315,
        COHERENT                  = 316,
        RESTRICT                  = 317,
        VOLATILE                  = 318,
        SHARED                    = 319,
        STRUCT                    = 320,
        VOID_TYPE                 = 321,
        WHILE                     = 322,
        SAMPLER2D                 = 323,
        SAMPLERCUBE               = 324,
        SAMPLER_EXTERNAL_OES      = 325,
        SAMPLER2DRECT             = 326,
        SAMPLER2DARRAY            = 327,
        ISAMPLER2D                = 328,
        ISAMPLER3D                = 329,
        ISAMPLERCUBE              = 330,
        ISAMPLER2DARRAY           = 331,
        USAMPLER2D                = 332,
        USAMPLER3D                = 333,
        USAMPLERCUBE              = 334,
        USAMPLER2DARRAY           = 335,
        SAMPLER2DMS               = 336,
        ISAMPLER2DMS              = 337,
        USAMPLER2DMS              = 338,
        SAMPLER2DMSARRAY          = 339,
        ISAMPLER2DMSARRAY         = 340,
        USAMPLER2DMSARRAY         = 341,
        SAMPLER3D                 = 342,
        SAMPLER3DRECT             = 343,
        SAMPLER2DSHADOW           = 344,
        SAMPLERCUBESHADOW         = 345,
        SAMPLER2DARRAYSHADOW      = 346,
        SAMPLERVIDEOWEBGL         = 347,
        SAMPLERCUBEARRAYOES       = 348,
        SAMPLERCUBEARRAYSHADOWOES = 349,
        ISAMPLERCUBEARRAYOES      = 350,
        USAMPLERCUBEARRAYOES      = 351,
        SAMPLERCUBEARRAYEXT       = 352,
        SAMPLERCUBEARRAYSHADOWEXT = 353,
        ISAMPLERCUBEARRAYEXT      = 354,
        USAMPLERCUBEARRAYEXT      = 355,
        SAMPLERBUFFER             = 356,
        ISAMPLERBUFFER            = 357,
        USAMPLERBUFFER            = 358,
        SAMPLEREXTERNAL2DY2YEXT   = 359,
        IMAGE2D                   = 360,
        IIMAGE2D                  = 361,
        UIMAGE2D                  = 362,
        IMAGE3D                   = 363,
        IIMAGE3D                  = 364,
        UIMAGE3D                  = 365,
        IMAGE2DARRAY              = 366,
        IIMAGE2DARRAY             = 367,
        UIMAGE2DARRAY             = 368,
        IMAGECUBE                 = 369,
        IIMAGECUBE                = 370,
        UIMAGECUBE                = 371,
        IMAGECUBEARRAYOES         = 372,
        IIMAGECUBEARRAYOES        = 373,
        UIMAGECUBEARRAYOES        = 374,
        IMAGECUBEARRAYEXT         = 375,
        IIMAGECUBEARRAYEXT        = 376,
        UIMAGECUBEARRAYEXT        = 377,
        IMAGEBUFFER               = 378,
        IIMAGEBUFFER              = 379,
        UIMAGEBUFFER              = 380,
        ATOMICUINT                = 381,
        LAYOUT                    = 382,
        YUVCSCSTANDARDEXT         = 383,
        YUVCSCSTANDARDEXTCONSTANT = 384,
        IDENTIFIER                = 385,
        TYPE_NAME                 = 386,
        FLOATCONSTANT             = 387,
        INTCONSTANT               = 388,
        UINTCONSTANT              = 389,
        BOOLCONSTANT              = 390,
        FIELD_SELECTION           = 391,
        LEFT_OP                   = 392,
        RIGHT_OP                  = 393,
        INC_OP                    = 394,
        DEC_OP                    = 395,
        LE_OP                     = 396,
        GE_OP                     = 397,
        EQ_OP                     = 398,
        NE_OP                     = 399,
        AND_OP                    = 400,
        OR_OP                     = 401,
        XOR_OP                    = 402,
        MUL_ASSIGN                = 403,
        DIV_ASSIGN                = 404,
        ADD_ASSIGN                = 405,
        MOD_ASSIGN                = 406,
        LEFT_ASSIGN               = 407,
        RIGHT_ASSIGN              = 408,
        AND_ASSIGN                = 409,
        XOR_ASSIGN                = 410,
        OR_ASSIGN                 = 411,
        SUB_ASSIGN                = 412,
        LEFT_PAREN                = 413,
        RIGHT_PAREN               = 414,
        LEFT_BRACKET              = 415,
        RIGHT_BRACKET             = 416,
        LEFT_BRACE                = 417,
        RIGHT_BRACE               = 418,
        DOT                       = 419,
        COMMA                     = 420,
        COLON                     = 421,
        EQUAL                     = 422,
        SEMICOLON                 = 423,
        BANG                      = 424,
        DASH                      = 425,
        TILDE                     = 426,
        PLUS                      = 427,
        STAR                      = 428,
        SLASH                     = 429,
        PERCENT                   = 430,
        LEFT_ANGLE                = 431,
        RIGHT_ANGLE               = 432,
        VERTICAL_BAR              = 433,
        CARET                     = 434,
        AMPERSAND                 = 435,
        QUESTION                  = 436
    };
    #endif
    
    /* Value type.  */
    #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
    
    union YYSTYPE
    {
    
        struct
        {
            union
            {
                const char *string;  // pool allocated.
                float f;
                int i;
                unsigned int u;
                bool b;
            };
            const TSymbol *symbol;
        } lex;
        struct
        {
            TOperator op;
            union
            {
                TIntermNode *intermNode;
                TIntermNodePair nodePair;
                TIntermTyped *intermTypedNode;
                TIntermAggregate *intermAggregate;
                TIntermBlock *intermBlock;
                TIntermDeclaration *intermDeclaration;
                TIntermFunctionPrototype *intermFunctionPrototype;
                TIntermSwitch *intermSwitch;
                TIntermCase *intermCase;
            };
            union
            {
                TVector<unsigned int> *arraySizes;
                TTypeSpecifierNonArray typeSpecifierNonArray;
                TPublicType type;
                TPrecision precision;
                TLayoutQualifier layoutQualifier;
                TQualifier qualifier;
                TFunction *function;
                TFunctionLookup *functionLookup;
                TParameter param;
                TDeclarator *declarator;
                TDeclaratorList *declaratorList;
                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_AUTOGEN_H_INCLUDED  */