Searched defs:parseContext (Results 1 – 13 of 13) sorted by relevance
/third_party/glslang/glslang/HLSL/ |
D | hlslGrammar.h | 54 HlslGrammar(HlslScanContext& scanner, HlslParseContext& parseContext) in HlslGrammar() 136 …HlslParseContext& parseContext; // state of parsing and helper functions for building the interme… variable
|
D | hlslScanContext.h | 76 HlslScanContext(TParseContextBase& parseContext, TPpContext& ppContext) in HlslScanContext() 97 TParseContextBase& parseContext; variable
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | TranslatorASM.cpp | 25 TParseContext& parseContext = *GetGlobalParseContext(); in translate() local
|
D | debug.cpp | 30 TParseContext* parseContext = GetGlobalParseContext(); in Trace() local
|
D | Compiler.cpp | 122 TParseContext parseContext(symbolTable, extensionBehavior, intermediate, in compile() local
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ScanContext.h | 80 TParseContextBase& parseContext; variable
|
D | Scan.cpp | 292 int yylex(YYSTYPE* glslangTokenDesc, glslang::TParseContext& parseContext) in yylex()
|
D | glslang.y | 113 #define parseContext (*pParseContext) macro
|
D | ShaderLang.cpp | 251 …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
|
D | glslang_tab.cpp | 729 #define parseContext (*pParseContext) macro
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Compiler.cpp | 445 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/ |
D | PpTokens.cpp | 108 int TPpContext::TokenStream::getToken(TParseContextBase& parseContext, TPpToken *ppToken) in getToken()
|
D | PpContext.h | 358 TParseContextBase& parseContext; variable
|