Home
last modified time | relevance | path

Searched refs:shallowCopy (Results 1 – 24 of 24) sorted by relevance

/third_party/protobuf/js/experimental/runtime/kernel/
Dbinary_storage.js121 shallowCopy() { method in BinaryStorage
125 void copy.set(fieldNumber, field.shallowCopy()));
Dstorage.js53 shallowCopy() {} method in Storage
Dfield.js169 shallowCopy() { method in Field
Dkernel_test.js121 const clonedAccessor = accessor.shallowCopy();
135 const clonedAccessor = accessor.shallowCopy();
150 const clonedAccessor = accessor.shallowCopy();
176 const clonedAccessor = accessor.shallowCopy();
191 const clonedAccessor = accessor.shallowCopy();
205 const clonedAccessor = accessor.shallowCopy();
217 const clonedAccessor = accessor.shallowCopy();
Dbinary_storage_test.js157 const copy = storage.shallowCopy();
Dkernel.js408 shallowCopy() { method in Kernel
409 return new Kernel(this.bufferDecoder_, this.fields_.shallowCopy());
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp77 returnType.shallowCopy(getType()); in fold()
113 returnType.shallowCopy(rightNode->getType()); in fold()
146 …returnType.shallowCopy(TType(getType().getBasicType(), EvqConst, 0, rightNode->getMatrixCols(), ge… in fold()
242 returnType.shallowCopy(TType(getBasicType(), EvqConst, getMatrixRows())); in fold()
253 returnType.shallowCopy(TType(getBasicType(), EvqConst, rightNode->getMatrixCols())); in fold()
329 returnType.shallowCopy(constBool); in fold()
333 returnType.shallowCopy(constBool); in fold()
337 returnType.shallowCopy(constBool); in fold()
341 returnType.shallowCopy(constBool); in fold()
345 returnType.shallowCopy(constBool); in fold()
[all …]
DSymbolTable.h162 { type.shallowCopy(t); } in TSymbol()
252 returnType.shallowCopy(retType); in TSymbol()
279 p.type->shallowCopy(type); in addThisParameter()
DParseContextBase.cpp637 type->shallowCopy(memberType); in growGlobalUniformBlock()
698 type->shallowCopy(memberType); in growAtomicCounterBlock()
DParseHelper.cpp1878 paramType.shallowCopy(*function[i].type); in addOutputArgumentConversions()
1881 paramType.shallowCopy(arguments[i]->getAsTyped()->getType()); in addOutputArgumentConversions()
2976 type.shallowCopy(errorType); in handleConstructorCall()
3375 type.shallowCopy(node->getAsTyped()->getType()); in constructorError()
3381 type.shallowCopy(function.getType()); in constructorError()
7554 memberType->shallowCopy(type); in vkRelaxedRemapFunctionParameter()
7617 param.type->shallowCopy(intermTyped->getType()); in vkRelaxedRemapFunctionArgument()
7991 skeletalType.shallowCopy(variable->getType()); in executeInitializer()
8128 arrayType.shallowCopy(type); // sharing struct stuff is fine in convertInitializerList()
8238 elementType.shallowCopy(dereferenced); in addConstructor()
[all …]
Dglslang.y498 param.type->shallowCopy($2->getType());
517 param.type->shallowCopy($3->getType());
3637 (*$$)[i].type->shallowCopy(type);
3661 (*$$)[i].type->shallowCopy(type);
DlinkValidate.cpp693 newType.shallowCopy(block->getType()); in mergeBlockDefinitions()
Dglslang_tab.cpp5471 param.type->shallowCopy((yyvsp[0].interm.intermTypedNode)->getType()); in yyparse()
5495 param.type->shallowCopy((yyvsp[0].interm.intermTypedNode)->getType()); in yyparse()
11035 (*(yyval.interm.typeList))[i].type->shallowCopy(type); in yyparse()
11064 (*(yyval.interm.typeList))[i].type->shallowCopy(type); in yyparse()
DIntermediate.cpp3710 node.getWritableType().shallowCopy(right->getType()); in promoteBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DSeparateExpressionsReturningArrays.cpp100 TVariable *arrayVariable = DeclareTempVariable(mSymbolTable, node->shallowCopy(), EvqTemporary, in visitAggregate()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp457 variableType.shallowCopy(declaredType); in acceptDeclaration()
1222 type.shallowCopy(TType(sampler, EvqUniform)); in acceptSubpassInputType()
1264 type.shallowCopy(TType(sampler, EvqUniform, arraySizes)); in acceptSamplerTypeDX9()
1307 type.shallowCopy(TType(sampler, EvqUniform, arraySizes)); in acceptSamplerType()
1460 type.shallowCopy(TType(sampler, EvqUniform, arraySizes)); in acceptTextureType()
2567 type.shallowCopy(blockType); in acceptTextureBufferType()
2640 templateType->shallowCopy(uintType); in acceptStructBufferType()
2668 type.shallowCopy(blockType); in acceptStructBufferType()
2737 member.type->shallowCopy(memberType); in acceptStructDeclarationList()
DhlslParseHelper.cpp1529 type.shallowCopy(newType); in fixBuiltInIoType()
2337 newType->shallowCopy(*member->type); in remapEntryPointIO()
2404 outputType.shallowCopy(function.getType()); in remapEntryPointIO()
2479 param.type->shallowCopy(newArg->getType()); in handleFunctionArgument()
3367 texType.shallowCopy(argTex->getType()); in handleSamplerTextureCombine()
3423 type.shallowCopy(blockType); in counterBufferType()
6553 type.shallowCopy(function.getType()); in constructorError()
7061 type.shallowCopy(*structBufferTypes[idx]); in shareStructBufferType()
7068 typeCopy->shallowCopy(type); in shareStructBufferType()
7796 … param.type->shallowCopy(args->getAsAggregate()->getSequence()[arg]->getAsTyped()->getType()); in findFunction()
[all …]
/third_party/skia/src/image/
DSkImage_Raster.cpp210 SkBitmap shallowCopy(fBitmap); in onReadPixels() local
211 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in onReadPixels()
/third_party/glslang/glslang/Include/
DTypes.h1639 shallowCopy(type);
1650 shallowCopy(*memberList[derefIndex].type);
1654 shallowCopy(type);
1715 void shallowCopy(const TType& copyOf) in shallowCopy() function
2795 shallowCopy(copyOf); in deepCopy()
Dintermediate.h1190 TIntermTyped(const TType& t) { type.shallowCopy(t); } in TIntermTyped()
1191 TIntermTyped(TBasicType basicType) { TType bt(basicType); type.shallowCopy(bt); } in TIntermTyped()
1194 virtual void setType(const TType& t) { type.shallowCopy(t); } in setType()
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.cc629 pdf->addPage(pages[iB].shallowCopy(),false); in multiply()
635 pdf->addPageAt(pages[iB].shallowCopy(),false,pages[iB]); in multiply()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h627 TIntermAggregate *shallowCopy() const;
DIntermNode.cpp1177 TIntermAggregate *TIntermAggregate::shallowCopy() const in shallowCopy() function in sh::TIntermAggregate
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp5274 elementType.shallowCopy(matrixType); in getMatrixStride()