/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
localintermediate.h | 28 TIntermSymbol* addSymbol(int Id, const TString&, const TType&, TSourceLoc); 30 TIntermTyped* addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc, TSymbolTable&); 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 TIntermTyped* addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, TSourceLoc); [all...] |
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...] |
InfoSink.cpp | 34 void TInfoSinkBase::location(TSourceLoc loc) { 54 void TInfoSinkBase::message(TPrefixType message, const char* s, TSourceLoc loc) {
|
Common.h | 23 typedef int TSourceLoc; 27 inline TSourceLoc EncodeSourceLoc(int string, int line) { 31 inline void DecodeSourceLoc(TSourceLoc loc, int* string, int* line) {
|
InfoSink.h | 100 void location(TSourceLoc loc); 102 void message(TPrefixType message, const char* s, TSourceLoc loc);
|
ValidateLimitations.h | 37 void error(TSourceLoc loc, const char *reason, const char* token);
|
glslang_tab.h | 236 TSourceLoc line; 246 TSourceLoc line;
|
Intermediate.cpp | 133 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, TSourceLoc line) 146 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line, TSymbolTable& symbolTable) 232 TIntermTyped* TIntermediate::addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, TSourceLoc line) 262 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourceLoc line) 281 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, TSourceLoc line, TSymbolTable& symbolTable) 378 TIntermAggregate* TIntermediate::setAggregateOperator(TIntermNode* node, TOperator op, TSourceLoc line) 536 TIntermAggregate* TIntermediate::growAggregate(TIntermNode* left, TIntermNode* right, TSourceLoc line) 564 TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node, TSourceLoc line) 587 TIntermNode* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, TSourceLoc line) 608 TIntermTyped* TIntermediate::addComma(TIntermTyped* left, TIntermTyped* right, TSourceLoc line [all...] |
ParseHelper.cpp | 23 TPrefixType type, TSourceLoc loc, 205 void TParseContext::error(TSourceLoc loc, 220 void TParseContext::warning(TSourceLoc loc, 811 bool TParseContext::arraySetMaxSize(TIntermSymbol *node, TType* type, int size, bool updateFlag, TSourceLoc line) 978 bool TParseContext::executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType, [all...] |
intermediate.h | 209 TSourceLoc getLine() const { return line; } 210 void setLine(TSourceLoc l) { line = l; } 224 TSourceLoc line;
|
parseConst.cpp | 226 bool TIntermediate::parseConstTree(TSourceLoc line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TSymbolTable& symbolTable, TType t, bool singleConstantParam)
|
glslang_tab.cpp | 299 TSourceLoc line; 309 TSourceLoc line; [all...] |
ValidateLimitations.cpp | 142 void ValidateLimitations::error(TSourceLoc loc,
|
glslang.y | 38 TSourceLoc line; 48 TSourceLoc line; [all...] |