/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | localintermediate.h | 28 TIntermSymbol* addSymbol(int Id, const TString&, const TType&, TSourceLoc); 30 …TIntermTyped* addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc, TSy… 31 TIntermTyped* addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc); 32 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourceLoc); 33 TIntermTyped* addUnaryMath(TOperator op, TIntermNode* child, TSourceLoc, TSymbolTable&); 34 TIntermAggregate* growAggregate(TIntermNode* left, TIntermNode* right, TSourceLoc); 35 TIntermAggregate* makeAggregate(TIntermNode* node, TSourceLoc); 36 TIntermAggregate* setAggregateOperator(TIntermNode*, TOperator, TSourceLoc); 37 TIntermNode* addSelection(TIntermTyped* cond, TIntermNodePair code, TSourceLoc); 38 …d* addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, TSourceLoc); [all …]
|
D | ParseHelper.h | 52 void error(TSourceLoc loc, const char *reason, const char* token, 54 void warning(TSourceLoc loc, const char* reason, const char* token, 86 bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType, 89 TIntermTyped* addConstructor(TIntermNode*, const TType*, TOperator, TFunction*, TSourceLoc); 91 TIntermTyped* constructStruct(TIntermNode*, TType*, int, TSourceLoc, bool subset); 92 TIntermTyped* constructBuiltIn(const TType*, TOperator, TIntermNode*, TSourceLoc, bool subset); 93 TIntermTyped* addConstVectorNode(TVectorFields&, TIntermTyped*, TSourceLoc); 94 TIntermTyped* addConstMatrixNode(int , TIntermTyped*, TSourceLoc); 95 TIntermTyped* addConstArrayNode(int index, TIntermTyped* node, TSourceLoc line); 96 TIntermTyped* addConstStruct(TString& , TIntermTyped*, TSourceLoc); [all …]
|
D | Common.h | 23 typedef int TSourceLoc; typedef 27 inline TSourceLoc EncodeSourceLoc(int string, int line) { in EncodeSourceLoc() 31 inline void DecodeSourceLoc(TSourceLoc loc, int* string, int* line) { in DecodeSourceLoc()
|
D | Intermediate.cpp | 133 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, TSourceLoc … in addSymbol() 146 …::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line, TSymbolTab… in addBinaryMath() 232 …d* TIntermediate::addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line) in addAssign() 262 …ed* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourceLoc line) in addIndex() 281 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, TSourceLoc line, TS… in addUnaryMath() 378 TIntermAggregate* TIntermediate::setAggregateOperator(TIntermNode* node, TOperator op, TSourceLoc l… in setAggregateOperator() 536 TIntermAggregate* TIntermediate::growAggregate(TIntermNode* left, TIntermNode* right, TSourceLoc li… in growAggregate() 564 TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node, TSourceLoc line) in makeAggregate() 587 TIntermNode* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, TSourceLoc l… in addSelection() 608 TIntermTyped* TIntermediate::addComma(TIntermTyped* left, TIntermTyped* right, TSourceLoc line) in addComma() [all …]
|
D | InfoSink.cpp | 34 void TInfoSinkBase::location(TSourceLoc loc) { in location() 54 void TInfoSinkBase::message(TPrefixType message, const char* s, TSourceLoc loc) { in message()
|
D | InfoSink.h | 100 void location(TSourceLoc loc); 102 void message(TPrefixType message, const char* s, TSourceLoc loc);
|
D | ParseHelper.cpp | 23 TPrefixType type, TSourceLoc loc, in ReportInfo() 205 void TParseContext::error(TSourceLoc loc, in error() 220 void TParseContext::warning(TSourceLoc loc, in warning() 811 …text::arraySetMaxSize(TIntermSymbol *node, TType* type, int size, bool updateFlag, TSourceLoc line) in arraySetMaxSize() 978 bool TParseContext::executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType, in executeInitializer() 1084 …Constructor(TIntermNode* node, const TType* type, TOperator op, TFunction* fnCall, TSourceLoc line) in addConstructor() 1192 …::constructBuiltIn(const TType* type, TOperator op, TIntermNode* node, TSourceLoc line, bool subse… in constructBuiltIn() 1254 …ntext::constructStruct(TIntermNode* node, TType* type, int paramCount, TSourceLoc line, bool subse… in constructStruct() 1277 …yped* TParseContext::addConstVectorNode(TVectorFields& fields, TIntermTyped* node, TSourceLoc line) in addConstVectorNode() 1321 TIntermTyped* TParseContext::addConstMatrixNode(int index, TIntermTyped* node, TSourceLoc line) in addConstMatrixNode() [all …]
|
D | glslang_tab.h | 236 TSourceLoc line; 246 TSourceLoc line;
|
D | intermediate.h | 209 TSourceLoc getLine() const { return line; } in getLine() 210 void setLine(TSourceLoc l) { line = l; } in setLine() 224 TSourceLoc line;
|
D | ValidateLimitations.h | 37 void error(TSourceLoc loc, const char *reason, const char* token);
|
D | parseConst.cpp | 226 bool TIntermediate::parseConstTree(TSourceLoc line, TIntermNode* root, ConstantUnion* unionArray, T… in parseConstTree()
|
D | ValidateLimitations.cpp | 142 void ValidateLimitations::error(TSourceLoc loc, in error()
|
D | glslang.y | 38 TSourceLoc line; 48 TSourceLoc line;
|
D | glslang_tab.cpp | 299 TSourceLoc line; 309 TSourceLoc line;
|