Searched refs:pcfArguments (Results 1 – 1 of 1) sorted by relevance
9697 TIntermTyped* pcfArguments = nullptr; in addPatchConstantInvocation() local9732 pcfArguments = inputArg; in addPatchConstantInvocation()9734 pcfArguments = intermediate.growAggregate(pcfArguments, inputArg); in addPatchConstantInvocation()9744 if (pcfArguments) in addPatchConstantInvocation()9745 addInputArgumentConversions(patchConstantFunction, pcfArguments); in addPatchConstantInvocation()9748 …pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… in addPatchConstantInvocation()