Searched refs:dstImageDesc (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_back_buffer.cpp | 48 …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 D | render_staging.cpp | 64 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 D | render_backend_gles.cpp | 662 …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()
|