Home
last modified time | relevance | path

Searched refs:copyRef (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.cpp176 const BufferImageCopy& copyRef = bufferImageCopies[beginIndex + idx]; in CopyBuffersToImages() local
192 cmdList.CopyBufferToImage(ref.srcHandle.GetHandle(), bufferToImageDst, copyRef); in CopyBuffersToImages()
195 … BlitScalingImage(cmdList, copyRef, bufferToImageDst, ref.dstHandle.GetHandle(), imageDesc); in CopyBuffersToImages()
204 const uint32_t currentMipLevel = copyRef.imageSubresource.mipLevel; in CopyBuffersToImages()
211 … cmdList, imageDesc, ref.dstHandle.GetHandle(), copyRef.imageSubresource.mipLevel); in CopyBuffersToImages()
235 const BufferImageCopy& copyRef = bufferImageCopies[beginIndex + idx]; in CopyImagesToBuffersImpl() local
236 … cmdList.CopyImageToBuffer(ref.srcHandle.GetHandle(), ref.dstHandle.GetHandle(), copyRef); in CopyImagesToBuffersImpl()
251 const ImageCopy& copyRef = imageCopies[beginIndex + idx]; in CopyImagesToImagesImpl() local
252 cmdList.CopyImageToImage(ref.srcHandle.GetHandle(), ref.dstHandle.GetHandle(), copyRef); in CopyImagesToImagesImpl()
522 for (const BufferCopy& copyRef : copies) { in CopyBuffersToBuffers() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp810 for (const auto& copyRef : copies) { in Create() local
811 stagingOperations_.bufferImageCopies.push_back(ConvertCoreBufferImageCopy(copyRef)); in Create()
850 for (const auto& copyRef : bufferImageCopies) { in Create() local
852 ValidateGpuImageCopy(desc, copyRef, name); in Create()
854 stagingOperations_.bufferImageCopies.push_back(copyRef); in Create()