Searched refs:TFunction (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/angle/src/compiler/ |
D | SymbolTable.h | 129 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);
|
D | SymbolTable.cpp | 139 void TFunction::dump(TInfoSink &infoSink) const in dump() 162 TFunction::~TFunction() in ~TFunction() 188 TFunction* function = static_cast<TFunction*>((*it).second); in relateToOperator()
|
D | ParseContext.h | 85 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&);
|
D | glslang.y | 79 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); 939 … TFunction* 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 …]
|
D | DetectDiscontinuity.cpp | 114 TString name = TFunction::unmangleName(node->getName()); in visitAggregate()
|
D | glslang_tab.h | 180 TFunction* function;
|
D | ValidateLimitations.cpp | 441 TFunction* function = static_cast<TFunction*>(symbol); in validateFunctionCall()
|
D | ParseContext.cpp | 470 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()
|
D | glslang_tab.cpp | 262 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); 3194 …TFunction* 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 …]
|
D | OutputGLSLBase.cpp | 787 TString name = TFunction::unmangleName(mangled_name); in hashFunctionName()
|
D | OutputHLSL.cpp | 1600 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/ |
D | lower_variable_index_to_cond_assign.cpp | 228 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/ |
D | lower_variable_index_to_cond_assign.cpp | 228 typedef assignment_generator TFunction; typedef 229 const TFunction& generator; 237 switch_generator(const TFunction& generator, ir_variable *index, in switch_generator()
|