Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslGrammar.h54 HlslGrammar(HlslScanContext& scanner, HlslParseContext& parseContext) in HlslGrammar()
136 …HlslParseContext& parseContext; // state of parsing and helper functions for building the interme… variable
DhlslScanContext.h76 HlslScanContext(TParseContextBase& parseContext, TPpContext& ppContext) in HlslScanContext()
97 TParseContextBase& parseContext; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTranslatorASM.cpp25 TParseContext& parseContext = *GetGlobalParseContext(); in translate() local
Ddebug.cpp30 TParseContext* parseContext = GetGlobalParseContext(); in Trace() local
DCompiler.cpp122 TParseContext parseContext(symbolTable, extensionBehavior, intermediate, in compile() local
/third_party/glslang/glslang/MachineIndependent/
DScanContext.h80 TParseContextBase& parseContext; variable
DScan.cpp292 int yylex(YYSTYPE* glslangTokenDesc, glslang::TParseContext& parseContext) in yylex()
Dglslang.y113 #define parseContext (*pParseContext) macro
DShaderLang.cpp251 …std::unique_ptr<TParseContextBase> parseContext(CreateParseContext(symbolTable, intermediate, vers… in InitializeSymbolTable() local
942 …std::unique_ptr<TParseContextBase> parseContext(CreateParseContext(*symbolTable, intermediate, ver… in ProcessDeferred() local
Dglslang_tab.cpp729 #define parseContext (*pParseContext) macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp445 TParseContext parseContext(mSymbolTable, mExtensionBehavior, mShaderType, mShaderSpec, in compileTreeImpl() local
484 bool TCompiler::checkShaderVersion(TParseContext *parseContext) in checkShaderVersion()
547 void TCompiler::setASTMetadata(const TParseContext &parseContext) in setASTMetadata()
651 const TParseContext &parseContext, in checkAndSimplifyAST()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpTokens.cpp108 int TPpContext::TokenStream::getToken(TParseContextBase& parseContext, TPpToken *ppToken) in getToken()
DPpContext.h358 TParseContextBase& parseContext; variable