Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1036 TIntermTyped *argCopy = typedArg->deepCopy(); in TIntermAggregate() local
1037 mArguments.push_back(argCopy); in TIntermAggregate()
/external/angle/third_party/glslang/src/SPIRV/
DGlslangToSpv.cpp5334 …spv::Id argCopy = builder.createVariable(spv::StorageClassFunction, function->getParamType(a), "ar… in handleUserFunctionCall() local
5336 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()
5338 arg = builder.createLoad(argCopy); in handleUserFunctionCall()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5334 …spv::Id argCopy = builder.createVariable(spv::StorageClassFunction, function->getParamType(a), "ar… in handleUserFunctionCall() local
5336 builder.setAccessChainLValue(argCopy); in handleUserFunctionCall()
5338 arg = builder.createLoad(argCopy); in handleUserFunctionCall()