Searched refs:getAsTyped (Results 1 – 11 of 11) sorted by relevance
80 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()92 const TIntermTyped* param = (*iter)->getAsTyped(); in visitAggregate()112 TIntermTyped* typed = sequence.front()->getAsTyped(); in visitAggregate()
250 TIntermTyped* param1 = sequence[0]->getAsTyped(); in visitAggregate()251 TIntermTyped* param2 = sequence[1]->getAsTyped(); in visitAggregate()
291 int value = (*p)->getAsTyped()->getAsConstantUnion()->getIConst(0); in lValueErrorCheck()551 TIntermTyped *typed = node ? node->getAsTyped() : 0; in constructorErrorCheck()1040 if (!(*p)->getAsTyped()->getAsConstantUnion()) in areAllChildConst()1224 if (*type == node->getAsTyped()->getType()) { in constructStruct()1226 return node->getAsTyped(); in constructStruct()1228 return intermediate.setAggregateOperator(node->getAsTyped(), EOpConstructStruct, line); in constructStruct()1232 << " from '" << node->getAsTyped()->getType().getBasicString() in constructStruct()
1491 TIntermTyped *variable = sequence[0]->getAsTyped(); in visitAggregate()1803 … if (mOutputType == SH_HLSL11_OUTPUT && IsSampler((*arg)->getAsTyped()->getBasicType())) in visitAggregate()1897 switch (node->getSequence()[0]->getAsTyped()->getNominalSize() * 10 in visitAggregate()1898 + node->getSequence()[1]->getAsTyped()->getNominalSize()) in visitAggregate()1916 switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) in visitAggregate()1937 …switch (node->getSequence()[0]->getAsTyped()->getNominalSize()) // Number of components in the f… in visitAggregate()2215 TIntermTyped *variable = sequence[0]->getAsTyped(); in handleExcessiveLoop()2652 ctorParameters.push_back((*parameter)->getAsTyped()->getType()); in addConstructor()
221 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function253 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
113 …bool flag = node->getSequence().size() == 1 && node->getSequence()[0]->getAsTyped()->getAsConstant… in visitAggregate()
271 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); in visitAggregate()
281 TIntermTyped* child = childNode->getAsTyped(); in addUnaryMath()581 if (cond->getAsTyped() && cond->getAsTyped()->getAsConstantUnion()) { in addSelection()
554 const TIntermTyped* variable = sequence.front()->getAsTyped(); in visitAggregate()
464 …>lValueErrorCheck($$->getLine(), "assign", $$->getAsAggregate()->getSequence()[i]->getAsTyped())) {
2569 …e(), "assign", (yyval.interm.intermTypedNode)->getAsAggregate()->getSequence()[i]->getAsTyped())) {