Searched refs:argCopy (Results 1 – 3 of 3) sorted by relevance
1036 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate() local1037 mArguments.push_back(argCopy); in TIntermAggregate()
5334 …spv::Id argCopy = builder.createVariable(spv::StorageClassFunction, function->getParamType(a), "ar… in handleUserFunctionCall() local5336 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()5338 arg = builder.createLoad(argCopy); in handleUserFunctionCall()