Searched refs:pcfCall (Results 1 – 1 of 1) sorted by relevance
9740 TIntermTyped* pcfCall = nullptr; in addPatchConstantInvocation() local9748 …pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… 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()9760 … pcfCall = addOutputArgumentConversions(patchConstantFunction, *pcfCall->getAsOperator()); in addPatchConstantInvocation()9831 if (pcfCall->getBasicType() != EbtVoid) { in addPatchConstantInvocation()9863 TIntermNode* pcfResultAssign = handleAssign(loc, EOpAssign, pcfResultVar, pcfCall); in addPatchConstantInvocation()9870 pcfCallSequence = intermediate.growAggregate(pcfCallSequence, pcfCall); in addPatchConstantInvocation()