Searched refs:copyInfo (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 41 CopyInfo& copyInfo = fCopies[i]; in submit() local 42 fGpu->copySurface(fTexture, fOrigin, copyInfo.fSrc.get(), copyInfo.fSrcOrigin, in submit() 43 copyInfo.fSrcRect, copyInfo.fDstPoint); in submit() 177 CopyInfo& copyInfo = cbInfo.fPreCopies[j]; in submit() local 178 fGpu->copySurface(fRenderTarget, fOrigin, copyInfo.fSrc.get(), copyInfo.fSrcOrigin, in submit() 179 copyInfo.fSrcRect, copyInfo.fDstPoint, copyInfo.fShouldDiscardDst); in submit()
|
/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 | 83 s1.copyInfo = True 96 s2.copyInfo = False 108 s3.copyInfo = False 206 s1.copyInfo = True 263 s1.copyInfo = True 373 s1.copyInfo = True 385 s2.copyInfo = False 436 s.copyInfo = True 453 s.copyInfo = True 470 s.copyInfo = True [all …]
|
/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 | 63 - The source with the ``copyInfo`` flag indicates this is the default 67 set by ``copyInfo``. But the ``copyInfo`` source will be used. 68 - If no source has a ``copyInfo`` flag, mutatorMath will be used to 69 select one. This source gets its ``copyInfo`` flag set. If you save 140 - ``copyInfo`` bool. Indicates if the non-interpolating font.info needs 169 s1.copyInfo = True
|
/external/fonttools/Lib/fontTools/designspaceLib/ |
D | __init__.py | 127 self.copyInfo = False 585 if sourceObject.copyInfo or sourceObject.muteInfo: 587 if sourceObject.copyInfo: 793 sourceObject.copyInfo = True
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 580 const VkBufferImageCopy copyInfo = in TestImage() local 595 …ndex(), *stagingBuffer, stagingBufferSize, vector<VkBufferImageCopy>(1, copyInfo), DE_NULL, imageA… in TestImage()
|