Lines Matching refs:getAsAggregate
156 const TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in shouldConvertLValue()
162 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in shouldConvertLValue()
225 TIntermAggregate* lhsAsAggregate = node->getAsAggregate(); in lValueErrorCheck()
337 const TIntermAggregate* asAggregate = swizzle->getRight()->getAsAggregate(); in handleLvalue()
364 TIntermAggregate* lhsAsAggregate = lhs->getAsAggregate(); in handleLvalue()
369 lhsAsAggregate = lhsAsBinary->getLeft()->getAsAggregate(); in handleLvalue()
2176 node->getAsAggregate()->setName(function.getMangledName().c_str()); in handleFunctionBody()
3019 …const TIntermSequence& swizzle = left->getAsBinaryNode()->getRight()->getAsAggregate()->getSequenc… in handleAssignToMatrixSwizzle()
3249 TIntermAggregate* argAggregate = arguments->getAsAggregate(); in decomposeStructBufferMethods()
3375 vec->getAsAggregate()->setOperator(constructOp); in decomposeStructBufferMethods()
3379 body->getAsAggregate()->setOperator(EOpSequence); in decomposeStructBufferMethods()
3746 const TIntermAggregate* argAggregate = arguments ? arguments->getAsAggregate() : nullptr; in decomposeSampleMethods()
3769 node->getAsAggregate()->setOperator(EOpTextureGrad); in decomposeSampleMethods()
4524 const TIntermAggregate* argAggregate = arguments ? arguments->getAsAggregate() : nullptr; in decomposeGeometryMethods()
4586 TIntermAggregate* loadOp = load->getAsAggregate(); in decomposeIntrinsic()
4599 TIntermAggregate* imageAggregate = image->getAsAggregate(); in decomposeIntrinsic()
4626 const TIntermAggregate* argAggregate = arguments ? arguments->getAsAggregate() : nullptr; in decomposeIntrinsic()
4640 node->getAsAggregate()->setOperator(EOpDot); in decomposeIntrinsic()
4863 node->getAsAggregate()->setOperator(atomicOp); in decomposeIntrinsic()
5285 TIntermAggregate* aggregate = arguments ? arguments->getAsAggregate() : nullptr; in handleFunctionCall()
5352 aggregate = arguments ? arguments->getAsAggregate() : nullptr; in handleFunctionCall()
5370 TIntermAggregate* call = result->getAsAggregate(); in handleFunctionCall()
5394 if (result == fnNode && result->getAsAggregate()) { in handleFunctionCall()
5395 TQualifierList& qualifierList = result->getAsAggregate()->getQualifierList(); in handleFunctionCall()
5419 if (result == fnNode && result->getAsAggregate()) in handleFunctionCall()
5440 else if (arguments->getAsAggregate() != nullptr) in pushFrontArguments()
5441 …arguments->getAsAggregate()->getSequence().insert(arguments->getAsAggregate()->getSequence().begin… in pushFrontArguments()
5453 TIntermAggregate* argAggregate = args ? args->getAsAggregate() : nullptr; in addGenMulArgumentConversion()
5528 TIntermAggregate* aggregate = arguments->getAsAggregate(); in addInputArgumentConversions()
5582 … internalSymbolNode, arg)->getAsAggregate(); in addInputArgumentConversions()
5601 TIntermAggregate* aggregate = arguments->getAsAggregate(); in expandArguments()
5674 assert (intermNode.getAsAggregate() != nullptr || intermNode.getAsUnaryNode() != nullptr); in addOutputArgumentConversions()
5683 …TIntermSequence& arguments = argSequence.empty() ? intermNode.getAsAggregate()->getSequence() : ar… in addOutputArgumentConversions()
5820 if (callNode.getAsAggregate()) { in builtInOpCheck()
5821 argp = &callNode.getAsAggregate()->getSequence(); in builtInOpCheck()
6482 (node->getAsAggregate() == nullptr || node->getAsAggregate()->getOp() != EOpNull); in isScalarConstructor()
7504 … promote->getAsAggregate()->getSequence().swap(args->getAsAggregate()->getSequence()); in findFunction()
7514 … promote->getAsAggregate()->getSequence().swap(args->getAsAggregate()->getSequence()); in findFunction()
7521 if (args->getAsAggregate()) { in findFunction()
7523 for (int arg=0; arg<int(args->getAsAggregate()->getSequence().size()); ++arg) { in findFunction()
7526 … param.type->shallowCopy(args->getAsAggregate()->getSequence()[arg]->getAsTyped()->getType()); in findFunction()
7875 if (initializer->getAsAggregate() && initializer->getAsAggregate()->getOp() == EOpNull) in executeInitializer()
7964 TIntermAggregate* initList = initializer->getAsAggregate(); in convertInitializerList()
8158 TIntermAggregate* aggrNode = node->getAsAggregate(); in addConstructor()
9624 TIntermSequence& epBodySeq = entryPointFunctionBody->getAsAggregate()->getSequence(); in addPatchConstantInvocation()
9749 pcfCall->getAsAggregate()->setUserDefined(); in addPatchConstantInvocation()
9750 pcfCall->getAsAggregate()->setName(patchConstantFunction.getMangledName()); in addPatchConstantInvocation()
9754 if (pcfCall->getAsAggregate()) { in addPatchConstantInvocation()
9755 TQualifierList& qualifierList = pcfCall->getAsAggregate()->getQualifierList(); in addPatchConstantInvocation()