Searched refs:getAsTyped (Results 1 – 14 of 14) sorted by relevance
62 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()79 const TIntermTyped *param = (*iter)->getAsTyped(); in visitAggregate()101 TIntermTyped *typed = sequence.front()->getAsTyped(); in visitAggregate()
22 TIntermTyped *node = sequence[ii]->getAsTyped(); in ContainsMatrixNode()33 TIntermTyped *node = sequence[ii]->getAsTyped(); in ContainsVectorNode()162 TIntermTyped *node = original[ii]->getAsTyped(); in scalarizeArgs()
250 TIntermTyped* param1 = sequence[0]->getAsTyped(); in visitAggregate()251 TIntermTyped* param2 = sequence[1]->getAsTyped(); in visitAggregate()
175 TIntermTyped *child = childNode->getAsTyped(); in addUnaryMath()344 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) in addSelection()
1850 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); in visitAggregate()2040 TBasicType samplerType = (*arguments)[0]->getAsTyped()->getType().getBasicType(); in visitAggregate()2044 textureFunction.coords = (*arguments)[1]->getAsTyped()->getNominalSize(); in visitAggregate()2160 … if (mOutputType == SH_HLSL11_OUTPUT && IsSampler((*arg)->getAsTyped()->getBasicType())) in visitAggregate()2216 const int modValue = (*node->getSequence())[0]->getAsTyped()->getNominalSize() * 10 + in visitAggregate()2217 (*node->getSequence())[1]->getAsTyped()->getNominalSize(); in visitAggregate()2236 switch ((*node->getSequence())[0]->getAsTyped()->getNominalSize()) in visitAggregate()2257 …switch ((*node->getSequence())[0]->getAsTyped()->getNominalSize()) // Number of components in th… in visitAggregate()2546 TIntermTyped *variable = (*sequence)[0]->getAsTyped(); in handleExcessiveLoop()
107 TIntermTyped *typedCondition = selection->getCondition()->getAsTyped(); in rewriteSelection()
360 const TIntermTyped &typedNode = *(sequence.front()->getAsTyped()); in visitAggregate()404 TIntermTyped *blockNode = binaryNode->getLeft()->getAsTyped(); in visitBinary()
119 (*node->getSequence())[0]->getAsTyped()->getAsConstantUnion(); in visitAggregate()
224 virtual TIntermTyped *getAsTyped() { return 0; } in getAsTyped() function263 virtual TIntermTyped *getAsTyped() { return this; } in getAsTyped() function
259 ctorParameters.push_back((*parameter)->getAsTyped()->getType()); in addConstructor()
292 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0); in lValueErrorCheck()549 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck()1188 if (!(*p)->getAsTyped()->getAsConstantUnion()) in areAllChildConst()1618 if (i >= args->size() || (*args)[i]->getAsTyped()->getType() != *fields[i]->type()) in addConstructor()
637 const TIntermTyped *variable = sequence.front()->getAsTyped(); in visitAggregate()
384 …ueErrorCheck($$->getLine(), "assign", (*($$->getAsAggregate()->getSequence()))[i]->getAsTyped())) {
2766 …"assign", (*((yyval.interm.intermTypedNode)->getAsAggregate()->getSequence()))[i]->getAsTyped())) {