Searched refs:inputArg (Results 1 – 3 of 3) sorted by relevance
400 String inputArg; in writeFunctionCall() local409 inputArg = ", " + inputName + ".c_str()"; in writeFunctionCall()415 addExtraEmitCodeLine("this->emitChild(" + to_string(index) + inputArg + in writeFunctionCall()
429 String inputArg; in writeFunctionCall() local438 inputArg = ", " + inputName + ".c_str()"; in writeFunctionCall()448 inputArg + ", &" + childName + ", args);"); in writeFunctionCall()
9704 TIntermTyped* inputArg = nullptr; in addPatchConstantInvocation() local9713 inputArg = intermediate.addSymbol(*perCtrlPtVar, loc); in addPatchConstantInvocation()9723 inputArg = findTessLinkageSymbol(biType); in addPatchConstantInvocation()9725 if (inputArg == nullptr) { in addPatchConstantInvocation()9732 pcfArguments = inputArg; in addPatchConstantInvocation()9734 pcfArguments = intermediate.growAggregate(pcfArguments, inputArg); in addPatchConstantInvocation()