Home
last modified time | relevance | path

Searched refs:dstImageDesc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_back_buffer.cpp48 …const GpuImageDesc& dstImageDesc, const RenderPostProcessConfiguration& currentRenderPostProcessCo… in FillPushConstant() argument
52 const float fWidth = static_cast<float>(dstImageDesc.width); in FillPushConstant()
53 const float fHeight = static_cast<float>(dstImageDesc.height); in FillPushConstant()
129 const GpuImageDesc dstImageDesc = gpuResourceMgr.GetImageDescriptor(dstImageHandle); in ExecuteFrame() local
133 FillPushConstant(dstImageDesc, currentRenderPostProcessConfiguration_); in ExecuteFrame()
H A Drender_staging.cpp64 const RenderHandle dstHandle, const GpuImageDesc& dstImageDesc) in BlitScalingImage() argument
85 { dstImageDesc.width, dstImageDesc.height, 1 }, in BlitScalingImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp662 …age(const ImageCopy& imageCopy, const GpuImageDesc& srcImageDesc, const GpuImageDesc& dstImageDesc) in ValidateCopyImage() argument
665 …eCopyImage(imageCopy.dstOffset, imageCopy.extent, imageCopy.dstSubresource.mipLevel, dstImageDesc); in ValidateCopyImage()