Searched refs:TSymbolTable (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.h | 22 void InsertBuiltInFunctions(GLenum shaderType, const ShBuiltInResources &resources, TSymbolTable &t… 26 TSymbolTable& symbolTable);
|
D | SymbolTable.cpp | 187 TSymbol *TSymbolTable::find(const TString &name, int shaderVersion, bool *builtIn, bool *sameScope)… in find() 217 TSymbol *TSymbolTable::findBuiltIn(const TString &name, int shaderVersion) const in findBuiltIn()
|
D | Compiler.h | 112 TSymbolTable symbolTable;
|
D | SymbolTable.h | 314 class TSymbolTable 317 TSymbolTable() in TSymbolTable() function 327 ~TSymbolTable() in ~TSymbolTable()
|
D | ParseHelper.h | 37 …TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, GLenum type, int… in TParseContext() 64 TSymbolTable& symbolTable; // symbol table that goes with the language currently being parsed
|
D | ValidateLimitations.cpp | 431 TSymbolTable& symbolTable = GetGlobalParseContext()->symbolTable; in validateFunctionCall()
|
D | Initialize.cpp | 25 void InsertBuiltInFunctions(GLenum type, const ShBuiltInResources &resources, TSymbolTable &symbolT… in InsertBuiltInFunctions() 454 TSymbolTable &symbolTable) in IdentifyBuiltIns()
|