Searched refs:TFunction (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | SymbolTable.cpp | 87 void TFunction::dump(TInfoSink &infoSink) const in dump() 110 TFunction::~TFunction() in ~TFunction() 136 TFunction* function = static_cast<TFunction*>((*it).second); in relateToOperator() 153 TFunction* function = static_cast<TFunction*>(it->second); in relateToExtension() 190 TFunction::TFunction(const TFunction& copyOf, TStructureMap& remapper) : TSymbol(copyOf) in TFunction() function in TFunction 204 TFunction* TFunction::clone(TStructureMap& remapper) in clone() 206 TFunction *function = new TFunction(*this, remapper); in clone()
|
D | SymbolTable.h | 132 class TFunction : public TSymbol { 134 TFunction(TOperator o) : in TFunction() function 139 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) : 142 mangledName(TFunction::mangleName(*name)), in TSymbol() 145 virtual ~TFunction(); 176 TFunction(const TFunction&, TStructureMap& remapper); 177 virtual TFunction* clone(TStructureMap& remapper);
|
D | ParseHelper.h | 69 bool constructorErrorCheck(int line, TIntermNode*, TFunction&, TOperator, TType*); 85 const TFunction* findFunction(int line, TFunction* pfnCall, bool *builtIn = 0); 89 TIntermTyped* addConstructor(TIntermNode*, const TType*, TOperator, TFunction*, TSourceLoc);
|
D | glslang.y | 60 TFunction* function; 440 TFunction* fnCall = $1.function; 469 const TFunction* fnCandidate; 653 TFunction *function = new TFunction(&tempString, type, op); 660 TFunction *function = new TFunction($1.string, type); 667 TFunction *function = new TFunction($1.string, type); 955 TFunction &function = *($1.function); 1000 … TFunction* prevDec = static_cast<TFunction*>(context->symbolTable.find($1->getMangledName())); 1076 TFunction *function; 1078 function = new TFunction($2.string, type); [all …]
|
D | ValidateLimitations.cpp | 397 TFunction* function = static_cast<TFunction*>(symbol); in validateFunctionCall()
|
D | ParseHelper.cpp | 480 bool TParseContext::constructorErrorCheck(int line, TIntermNode* node, TFunction& function, TOperat… in constructorErrorCheck() 952 const TFunction* TParseContext::findFunction(int line, TFunction* call, bool *builtIn) in findFunction() 971 return static_cast<const TFunction*>(symbol); in findFunction() 1084 …ext::addConstructor(TIntermNode* node, const TType* type, TOperator op, TFunction* fnCall, TSource… in addConstructor()
|
D | glslang_tab.h | 258 TFunction* function;
|
D | glslang_tab.cpp | 321 TFunction* function; 2439 TFunction* fnCall = (yyvsp[(1) - (1)].interm).function; 2468 const TFunction* fnCandidate; 2672 TFunction *function = new TFunction(&tempString, type, op); 2683 TFunction *function = new TFunction((yyvsp[(1) - (1)].lex).string, type); 2694 TFunction *function = new TFunction((yyvsp[(1) - (1)].lex).string, type); 3099 TFunction &function = *((yyvsp[(1) - (2)].interm).function); 3153 …TFunction* prevDec = static_cast<TFunction*>(context->symbolTable.find((yyvsp[(1) - (2)].interm.fu… 3239 TFunction *function; 3241 function = new TFunction((yyvsp[(2) - (3)].lex).string, type); [all …]
|
D | OutputGLSL.cpp | 473 TString functionName = TFunction::unmangleName(node->getName()); in visitAggregate() 504 TString functionName = TFunction::unmangleName(node->getName()); in visitAggregate()
|
D | OutputHLSL.cpp | 1124 TString name = TFunction::unmangleName(node->getName()); in visitAggregate() 1177 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
|
/external/mesa3d/src/glsl/ |
D | lower_variable_index_to_cond_assign.cpp | 73 typedef assignment_generator TFunction; typedef 74 const TFunction& generator; 82 switch_generator(const TFunction& generator, ir_variable *index, in switch_generator()
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 146 (TFunction::relateToExtension): 147 (TFunction::getExtension): 148 (TFunction::getParamCount): 149 (TFunction::getParam):
|