Home
last modified time | relevance | path

Searched refs:TParseContext (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang.h7 struct TParseContext;
8 extern int glslang_initialize(TParseContext* context);
9 extern int glslang_finalize(TParseContext* context);
14 TParseContext* context);
15 extern int glslang_parse(TParseContext* context);
DParseHelper.cpp51 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields… in parseVectorFields()
144 bool TParseContext::parseMatrixFields(const TString& compString, int matSize, TMatrixFields& fields… in parseMatrixFields()
197 void TParseContext::recover() in recover()
205 void TParseContext::error(TSourceLoc loc, in error()
220 void TParseContext::warning(TSourceLoc loc, in warning()
236 void TParseContext::assignError(int line, const char* op, TString left, TString right) in assignError()
245 void TParseContext::unaryOpError(int line, const char* op, TString operand) in unaryOpError()
255 void TParseContext::binaryOpError(int line, const char* op, TString left, TString right) in binaryOpError()
263 bool TParseContext::precisionErrorCheck(int line, TPrecision precision, TBasicType type){ in precisionErrorCheck()
287 bool TParseContext::lValueErrorCheck(int line, const char* op, TIntermTyped* node) in lValueErrorCheck()
[all …]
DParseHelper.h32 struct TParseContext { struct
33TParseContext(TSymbolTable& symt, const TExtensionBehavior& ext, TIntermediate& interm, ShShaderTy… in TParseContext() argument
105 TParseContext* context); argument
107 typedef TParseContext* TParseContextPointer;
113 TParseContext *lpGlobalParseContext;
Dglslang.l61 TParseContext* context = yyextra;
254 TParseContext* context = (TParseContext*) pp->pC; \
394 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable; in HandlePragma()
403 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable; in HandlePragma()
527 void yyerror(TParseContext* context, const char* reason) { in yyerror()
538 int glslang_initialize(TParseContext* context) { in glslang_initialize()
547 int glslang_finalize(TParseContext* context) { in glslang_finalize()
556 TParseContext* context) { in glslang_scan()
DUnfoldSelect.h22 UnfoldSelect(TParseContext &context, OutputHLSL *outputHLSL);
30 TParseContext &mContext;
DOutputHLSL.h23 explicit OutputHLSL(TParseContext &context);
62 TParseContext &mContext;
DTranslatorHLSL.cpp18 TParseContext& parseContext = *GetGlobalParseContext(); in translate()
DCompiler.cpp20 TParseContext parseContext(symbolTable, extBehavior, intermediate, type, spec, infoSink); in InitializeSymbolTable()
119 TParseContext parseContext(symbolTable, extensionBehavior, intermediate, in compile()
Ddebug.cpp23 TParseContext* parseContext = GetGlobalParseContext(); in Trace()
DUnfoldSelect.cpp16 UnfoldSelect::UnfoldSelect(TParseContext &context, OutputHLSL *outputHLSL) : mContext(context), mOu… in UnfoldSelect()
Dglslang_lex.cpp785 #define YY_EXTRA_TYPE TParseContext*
1008 TParseContext* context = yyextra;
2870 TParseContext* context = (TParseContext*) pp->pC; \
3010 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable; in HandlePragma()
3019 TPragmaTable& pragmaTable = ((TParseContext *)cpp->pC)->contextPragma.pragmaTable; in HandlePragma()
3143 void yyerror(TParseContext* context, const char* reason) { in yyerror()
3154 int glslang_initialize(TParseContext* context) { in glslang_initialize()
3163 int glslang_finalize(TParseContext* context) { in glslang_finalize()
3172 TParseContext* context) { in glslang_scan()
Dglslang_tab.cpp342 extern void yyerror(TParseContext* context, const char* reason);
1417 yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, TParseContext* c… in yy_symbol_value_print()
1424 TParseContext* context;
1451 yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep, TParseContext* context) in yy_symbol_print()
1458 TParseContext* context;
1506 yy_reduce_print (YYSTYPE *yyvsp, int yyrule, TParseContext* context) in yy_reduce_print()
1512 TParseContext* context;
1785 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, TParseContext* context) in yydestruct()
1792 TParseContext* context;
1821 int yyparse (TParseContext* context);
[all …]
Dglslang.y34 %parse-param {TParseContext* context}
70 extern void yyerror(TParseContext* context, const char* reason);
2069 int glslang_parse(TParseContext* context) {
DOutputHLSL.cpp27 OutputHLSL::OutputHLSL(TParseContext &context) : TIntermTraverser(true, true, true), mContext(conte… in OutputHLSL()
/external/webkit/Source/ThirdParty/ANGLE/
DChangeLog100 (TParseContext::error):
101 (TParseContext::warning):
102 (TParseContext::reservedErrorCheck):
103 (TParseContext::constructorErrorCheck):
104 (TParseContext::arrayQualifierErrorCheck):
105 (TParseContext::extensionErrorCheck):
106 (TParseContext::areAllChildConst):
109 (TParseContext::TParseContext):
699 (TParseContext::constructorErrorCheck):
700 (TParseContext::samplerErrorCheck):
[all …]