Home
last modified time | relevance | path

Searched defs:TParseContext (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DParseContext.h27 struct TParseContext { struct
28TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType typ… in TParseContext() argument
45 TIntermediate& intermediate; // to hold and build a parse tree
46 TSymbolTable& symbolTable; // symbol table that goes with the language currently being parsed
47 ShShaderType shaderType; // vertex or fragment language (future: pack or unpack)
48 …rSpec shaderSpec; // The language specification compiler conforms to - GLES2 or WebGL.
49 int compileOptions;
50 const char* sourcePath; // Path of source file or NULL.
51 TIntermNode* treeRoot; // root of parse tree being created
52 int loopNestingLevel; // 0 if outside all loops
[all …]