Home
last modified time | relevance | path

Searched refs:TFunction (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DSymbolTable.cpp87 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()
DSymbolTable.h132 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);
DParseHelper.h69 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);
Dglslang.y60 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);
1000TFunction* prevDec = static_cast<TFunction*>(context->symbolTable.find($1->getMangledName()));
1076 TFunction *function;
1078 function = new TFunction($2.string, type);
[all …]
DValidateLimitations.cpp397 TFunction* function = static_cast<TFunction*>(symbol); in validateFunctionCall()
DParseHelper.cpp480 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()
Dglslang_tab.h258 TFunction* function;
Dglslang_tab.cpp321 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);
3153TFunction* 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 …]
DOutputGLSL.cpp473 TString functionName = TFunction::unmangleName(node->getName()); in visitAggregate()
504 TString functionName = TFunction::unmangleName(node->getName()); in visitAggregate()
DOutputHLSL.cpp1124 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
1177 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
/external/mesa3d/src/glsl/
Dlower_variable_index_to_cond_assign.cpp73 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/
DChangeLog146 (TFunction::relateToExtension):
147 (TFunction::getExtension):
148 (TFunction::getParamCount):
149 (TFunction::getParam):