Home
last modified time | relevance | path

Searched refs:TSymbolTable (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DInitialize.h22 void InsertBuiltInFunctions(GLenum shaderType, const ShBuiltInResources &resources, TSymbolTable &t…
26 TSymbolTable& symbolTable);
DSymbolTable.cpp187 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()
DCompiler.h112 TSymbolTable symbolTable;
DSymbolTable.h314 class TSymbolTable
317 TSymbolTable() in TSymbolTable() function
327 ~TSymbolTable() in ~TSymbolTable()
DParseHelper.h37 …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
DValidateLimitations.cpp431 TSymbolTable& symbolTable = GetGlobalParseContext()->symbolTable; in validateFunctionCall()
DInitialize.cpp25 void InsertBuiltInFunctions(GLenum type, const ShBuiltInResources &resources, TSymbolTable &symbolT… in InsertBuiltInFunctions()
454 TSymbolTable &symbolTable) in IdentifyBuiltIns()