Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DSymbolTable.h129 class TFunction : public TSymbol {
131 TFunction(TOperator o) : in TFunction() function
136 TFunction(const TString *name, TType& retType, TOperator tOp = EOpNull) :
139 mangledName(TFunction::mangleName(*name)), in TSymbol()
142 virtual ~TFunction();
172 DISALLOW_COPY_AND_ASSIGN(TFunction);
285 TFunction *function = new TFunction(NewPoolTString(name), *rvalue);
DSymbolTable.cpp139 void TFunction::dump(TInfoSink &infoSink) const in dump()
162 TFunction::~TFunction() in ~TFunction()
188 TFunction* function = static_cast<TFunction*>((*it).second); in relateToOperator()
DParseContext.h85 bool constructorErrorCheck(const TSourceLoc& line, TIntermNode*, TFunction&, TOperator, TType*);
108 const TFunction* findFunction(const TSourceLoc& line, TFunction* pfnCall, bool *builtIn = 0);
112 …TIntermTyped* addConstructor(TIntermNode*, const TType*, TOperator, TFunction*, const TSourceLoc&);
Dglslang.y79 TFunction* function;
387 TFunction* fnCall = $1.function;
416 const TFunction* fnCandidate;
592 TFunction *function = new TFunction(&tempString, type, op);
599 TFunction *function = new TFunction($1.string, type);
885 TFunction &function = *($1.function);
939TFunction* prevDec = static_cast<TFunction*>(context->symbolTable.find($1->getMangledName()));
1034 TFunction *function;
1036 function = new TFunction($2.string, type);
1891 TFunction* function = $1.function;
[all …]
DDetectDiscontinuity.cpp114 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
Dglslang_tab.h180 TFunction* function;
DValidateLimitations.cpp441 TFunction* function = static_cast<TFunction*>(symbol); in validateFunctionCall()
DParseContext.cpp470 bool TParseContext::constructorErrorCheck(const TSourceLoc& line, TIntermNode* node, TFunction& fun… in constructorErrorCheck()
919 const TFunction* TParseContext::findFunction(const TSourceLoc& line, TFunction* call, bool *builtIn) in findFunction()
939 return static_cast<const TFunction*>(symbol); in findFunction()
1052 …ext::addConstructor(TIntermNode* node, const TType* type, TOperator op, TFunction* fnCall, const T… in addConstructor()
Dglslang_tab.cpp262 TFunction* function;
2492 TFunction* fnCall = (yyvsp[(1) - (1)].interm).function;
2521 const TFunction* fnCandidate;
2717 TFunction *function = new TFunction(&tempString, type, op);
2728 TFunction *function = new TFunction((yyvsp[(1) - (1)].lex).string, type);
3131 TFunction &function = *((yyvsp[(1) - (2)].interm).function);
3194TFunction* prevDec = static_cast<TFunction*>(context->symbolTable.find((yyvsp[(1) - (2)].interm.fu…
3299 TFunction *function;
3301 function = new TFunction((yyvsp[(2) - (3)].lex).string, type);
4515 TFunction* function = (yyvsp[(1) - (1)].interm).function;
[all …]
DOutputGLSLBase.cpp787 TString name = TFunction::unmangleName(mangled_name); in hashFunctionName()
DOutputHLSL.cpp1600 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
1664 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
/external/chromium_org/third_party/mesa/src/src/glsl/
Dlower_variable_index_to_cond_assign.cpp228 typedef assignment_generator TFunction; typedef
229 const TFunction& generator;
237 switch_generator(const TFunction& generator, ir_variable *index, in switch_generator()
/external/mesa3d/src/glsl/
Dlower_variable_index_to_cond_assign.cpp228 typedef assignment_generator TFunction; typedef
229 const TFunction& generator;
237 switch_generator(const TFunction& generator, ir_variable *index, in switch_generator()