• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // GENERATED FILE - DO NOT EDIT.
2 // Generated by gen_builtin_symbols.py using data from builtin_variables.json and
3 // builtin_function_declarations.txt.
4 //
5 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
6 // Use of this source code is governed by a BSD-style license that can be
7 // found in the LICENSE file.
8 //
9 // SymbolTable_autogen.h:
10 //   Autogenerated member variables of TSymbolTable.
11 
12 #ifndef COMPILER_TRANSLATOR_SYMBOLTABLE_AUTOGEN_H_
13 #define COMPILER_TRANSLATOR_SYMBOLTABLE_AUTOGEN_H_
14 
15 namespace sh
16 {
17 
18 class TSymbolTableBase
19 {
20   public:
21     TSymbolTableBase()                             = default;
22     TSymbol *m_gl_DepthRangeParameters             = nullptr;
23     TSymbol *m_gl_DepthRange                       = nullptr;
24     TSymbol *m_gl_MaxVertexAttribs                 = nullptr;
25     TSymbol *m_gl_MaxVertexUniformVectors          = nullptr;
26     TSymbol *m_gl_MaxVertexTextureImageUnits       = nullptr;
27     TSymbol *m_gl_MaxCombinedTextureImageUnits     = nullptr;
28     TSymbol *m_gl_MaxTextureImageUnits             = nullptr;
29     TSymbol *m_gl_MaxFragmentUniformVectors        = nullptr;
30     TSymbol *m_gl_MaxVaryingVectors                = nullptr;
31     TSymbol *m_gl_MaxDrawBuffers                   = nullptr;
32     TSymbol *m_gl_MaxDualSourceDrawBuffersEXT      = nullptr;
33     TSymbol *m_gl_MaxVertexOutputVectors           = nullptr;
34     TSymbol *m_gl_MaxFragmentInputVectors          = nullptr;
35     TSymbol *m_gl_MinProgramTexelOffset            = nullptr;
36     TSymbol *m_gl_MaxProgramTexelOffset            = nullptr;
37     TSymbol *m_gl_MaxImageUnits                    = nullptr;
38     TSymbol *m_gl_MaxVertexImageUniforms           = nullptr;
39     TSymbol *m_gl_MaxFragmentImageUniforms         = nullptr;
40     TSymbol *m_gl_MaxComputeImageUniforms          = nullptr;
41     TSymbol *m_gl_MaxCombinedImageUniforms         = nullptr;
42     TSymbol *m_gl_MaxCombinedShaderOutputResources = nullptr;
43     TSymbol *m_gl_MaxComputeWorkGroupCount         = nullptr;
44     TSymbol *m_gl_MaxComputeWorkGroupSize          = nullptr;
45     TSymbol *m_gl_MaxComputeUniformComponents      = nullptr;
46     TSymbol *m_gl_MaxComputeTextureImageUnits      = nullptr;
47     TSymbol *m_gl_MaxComputeAtomicCounters         = nullptr;
48     TSymbol *m_gl_MaxComputeAtomicCounterBuffers   = nullptr;
49     TSymbol *m_gl_MaxVertexAtomicCounters          = nullptr;
50     TSymbol *m_gl_MaxFragmentAtomicCounters        = nullptr;
51     TSymbol *m_gl_MaxCombinedAtomicCounters        = nullptr;
52     TSymbol *m_gl_MaxAtomicCounterBindings         = nullptr;
53     TSymbol *m_gl_MaxVertexAtomicCounterBuffers    = nullptr;
54     TSymbol *m_gl_MaxFragmentAtomicCounterBuffers  = nullptr;
55     TSymbol *m_gl_MaxCombinedAtomicCounterBuffers  = nullptr;
56     TSymbol *m_gl_MaxAtomicCounterBufferSize       = nullptr;
57     TSymbol *m_gl_MaxGeometryInputComponents       = nullptr;
58     TSymbol *m_gl_MaxGeometryOutputComponents      = nullptr;
59     TSymbol *m_gl_MaxGeometryImageUniforms         = nullptr;
60     TSymbol *m_gl_MaxGeometryTextureImageUnits     = nullptr;
61     TSymbol *m_gl_MaxGeometryOutputVertices        = nullptr;
62     TSymbol *m_gl_MaxGeometryTotalOutputComponents = nullptr;
63     TSymbol *m_gl_MaxGeometryUniformComponents     = nullptr;
64     TSymbol *m_gl_MaxGeometryAtomicCounters        = nullptr;
65     TSymbol *m_gl_MaxGeometryAtomicCounterBuffers  = nullptr;
66     TSymbol *m_gl_FragData                         = nullptr;
67     TSymbol *m_gl_SecondaryFragDataEXT             = nullptr;
68     TSymbol *m_gl_FragDepthEXT                     = nullptr;
69     TSymbol *m_gl_LastFragData                     = nullptr;
70     TSymbol *m_gl_LastFragDataNV                   = nullptr;
71     TSymbol *m_gl_PerVertex                        = nullptr;
72     TSymbol *m_gl_in                               = nullptr;
73     TSymbol *m_gl_PositionGS                       = nullptr;
74 };
75 
76 }  // namespace sh
77 
78 #endif  // COMPILER_TRANSLATOR_SYMBOLTABLE_AUTOGEN_H_
79