Searched refs:argCopy (Results 1 – 3 of 3) sorted by relevance
1114 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate() local1115 mArguments.push_back(argCopy); in TIntermAggregate()
5890 …spv::Id argCopy = builder.createVariable(function->getParamPrecision(a), spv::StorageClassFunction… in handleUserFunctionCall() local5892 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()5894 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()
5554 …spv::Id argCopy = builder.createVariable(function->getParamPrecision(a), spv::StorageClassFunction… in handleUserFunctionCall() local5556 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()5558 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()