Home
last modified time | relevance | path

Searched refs:getAsTyped (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h277 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function
308 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
558 if(!node->getAsTyped() || node->getAsTyped()->getQualifier() != EvqConstExpr) in setType()
DOutputASM.cpp1202 TIntermTyped *in = arguments[i]->getAsTyped(); in visitAggregate()
1223 TIntermTyped *argument = arguments[i]->getAsTyped(); in visitAggregate()
1224 TIntermTyped *out = arg[i]->getAsTyped(); in visitAggregate()
1236 TIntermTyped *t = arg[1]->getAsTyped(); in visitAggregate()
1347 TIntermTyped *argi = arg[i]->getAsTyped(); in visitAggregate()
1388 TIntermTyped *arg0 = arg[0]->getAsTyped(); in visitAggregate()
1408 TIntermTyped *argi = arg[n]->getAsTyped(); in visitAggregate()
1436 TIntermTyped *argi = arg[i]->getAsTyped(); in visitAggregate()
1461 TIntermTyped *argi = arg[i]->getAsTyped(); in visitAggregate()
1484 TIntermTyped* arg1 = arg[1]->getAsTyped(); in visitAggregate()
[all …]
DParseHelper.cpp367 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0); in lValueErrorCheck()
622 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck()
1130 TIntermTyped *node = (aggregate->getSequence())[i]->getAsTyped(); in functionCallLValueErrorCheck()
2152 const TType &argType = argNode->getAsTyped()->getType(); in addConstructor()
2169 if(args[i]->getAsTyped()->getType() != *fields[i]->type()) in addConstructor()
3605 TIntermTyped *typedThis = thisNode->getAsTyped(); in addFunctionCallOrMethod()
3691 callNode = createUnaryMath(op, paramNode->getAsTyped(), loc, &fnCandidate->getReturnType()); in addFunctionCallOrMethod()
3716 TIntermTyped *left = parameters[0]->getAsTyped(); in addFunctionCallOrMethod()
3717 TIntermTyped *right = parameters[1]->getAsTyped(); in addFunctionCallOrMethod()
DparseConst.cpp118 …bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstant… in visitAggregate()
DIntermediate.cpp624 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) { in addSelection()