Home
last modified time | relevance | path

Searched refs:argCopy (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.cpp1114 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate() local
1115 mArguments.push_back(argCopy); in TIntermAggregate()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp5890 …spv::Id argCopy = builder.createVariable(function->getParamPrecision(a), spv::StorageClassFunction… in handleUserFunctionCall() local
5892 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()
5894 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5554 …spv::Id argCopy = builder.createVariable(function->getParamPrecision(a), spv::StorageClassFunction… in handleUserFunctionCall() local
5556 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()
5558 arg = builder.createLoad(argCopy, function->getParamPrecision(a)); in handleUserFunctionCall()