/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 40 CopyInfo& copyInfo = fCopies[i]; in submit() local 41 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, copyInfo.fSrcRect, in submit() 42 copyInfo.fDstPoint); in submit() 176 CopyInfo& copyInfo = cbInfo.fPreCopies[j]; in submit() local 177 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc, copyInfo.fSrcOrigin, in submit() 178 copyInfo.fSrcRect, copyInfo.fDstPoint, copyInfo.fShouldDiscardDst); in submit()
|
/external/fonttools/Tests/designspaceLib/ |
D | designspace_test.py | 81 s1.copyInfo = True 94 s2.copyInfo = False 106 s3.copyInfo = False 204 s1.copyInfo = True 261 s1.copyInfo = True 371 s1.copyInfo = True 383 s2.copyInfo = False 434 s.copyInfo = True 451 s.copyInfo = True 468 s.copyInfo = True [all …]
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertLaunchFuncToLLVMCalls.cpp | 200 SmallVector<CopyInfo, 4> copyInfo; in matchAndRewrite() local 253 copyInfo.push_back(info); in matchAndRewrite() 258 for (CopyInfo info : copyInfo) in matchAndRewrite()
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 488 void copyInfo(const Expr *From, const Expr *To, ConsumedState CS); 544 void ConsumedStmtVisitor::copyInfo(const Expr *From, const Expr *To, in copyInfo() function in ConsumedStmtVisitor 748 copyInfo(Call->getArg(0), Call, CS_Consumed); in VisitCallExpr() 788 copyInfo(Call->getArg(0), Call, CS_Consumed); in VisitCXXConstructExpr() 794 copyInfo(Call->getArg(0), Call, NS); in VisitCXXConstructExpr()
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 116 copyInfo=False, argument 148 self.copyInfo = copyInfo 649 if sourceObject.copyInfo or sourceObject.muteInfo: 651 if sourceObject.copyInfo: 864 sourceObject.copyInfo = True
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 485 void copyInfo(const Expr *From, const Expr *To, ConsumedState CS); 541 void ConsumedStmtVisitor::copyInfo(const Expr *From, const Expr *To, in copyInfo() function in clang::consumed::ConsumedStmtVisitor 757 copyInfo(Call->getArg(0), Call, CS_Consumed); in VisitCallExpr() 798 copyInfo(Call->getArg(0), Call, CS_Consumed); in VisitCXXConstructExpr() 804 copyInfo(Call->getArg(0), Call, NS); in VisitCXXConstructExpr()
|
/external/fonttools/Doc/source/designspaceLib/ |
D | readme.rst | 127 - ``copyInfo`` bool. Indicates if the non-interpolating font.info needs 155 s1.copyInfo = True 1107 - In some implementations that preceed Variable Fonts, the `copyInfo`
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 604 const VkBufferImageCopy copyInfo = in TestImage() local 619 …ndex(), *stagingBuffer, stagingBufferSize, vector<VkBufferImageCopy>(1, copyInfo), DE_NULL, imageA… in TestImage()
|