Home
last modified time | relevance | path

Searched refs:srcGpuImage (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp1770 const auto* srcGpuImage = static_cast<GpuImageGLES*>(gpuResourceMgr_.GetImage(renderCmd.srcHandle)); in ImageToBufferCopy() local
1772 PLUGIN_ASSERT(srcGpuImage); in ImageToBufferCopy()
1774 if ((srcGpuImage == nullptr) || (dstGpuBuffer == nullptr)) { in ImageToBufferCopy()
1777 const auto& iPlat = static_cast<const GpuImagePlatformDataGL&>(srcGpuImage->GetPlatformData()); in ImageToBufferCopy()
1822 const auto* srcGpuImage = gpuResourceMgr_.GetImage<GpuImageGLES>(renderCmd.srcHandle); in RenderCommandCopyImage() local
1824 if ((srcGpuImage == nullptr) || (dstGpuImage == nullptr)) { in RenderCommandCopyImage()
1827 const auto& srcDesc = srcGpuImage->GetDesc(); in RenderCommandCopyImage()
1849 const auto& srcPlatData = srcGpuImage->GetPlatformData(); in RenderCommandCopyImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp1662 const GpuImageVk* srcGpuImage = gpuResourceMgr_.GetImage<GpuImageVk>(renderCmd.srcHandle);
1664 if (srcGpuImage && dstGpuImage) {
1669 const GpuImagePlatformDataVk& srcPlatImage = srcGpuImage->GetPlatformData();
1691 const GpuImageDesc& srcDesc = srcGpuImage->GetDesc();

Completed in 9 milliseconds