Searched defs:parseContext (Results 1 – 13 of 13) sorted by relevance
| /external/deqp-deps/glslang/hlsl/ |
| D | hlslGrammar.h | 53 HlslGrammar(HlslScanContext& scanner, HlslParseContext& parseContext) in HlslGrammar() 134 …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
|
| /external/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
|
| /external/deqp-deps/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 | 115 #define parseContext (*pParseContext) macro
|
| D | ShaderLang.cpp | 241 …std::unique_ptr<TParseContextBase> parseContext(CreateParseContext(symbolTable, intermediate, vers… in InitializeSymbolTable() local 912 …std::unique_ptr<TParseContextBase> parseContext(CreateParseContext(*symbolTable, intermediate, ver… in ProcessDeferred() local
|
| D | glslang_tab.cpp | 597 #define parseContext (*pParseContext) macro
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
| D | PpTokens.cpp | 200 int TPpContext::TokenStream::getToken(TParseContextBase& parseContext, TPpToken *ppToken) in getToken()
|
| D | PpContext.h | 302 TParseContextBase& parseContext; variable
|
| /external/fonttools/Lib/fontTools/mtiLib/ |
| D | __init__.py | 700 def parseContext(lines, font, Type, lookupMap=None): function
|