Searched refs:dstImageDesc (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_back_buffer.cpp | 48 const GpuImageDesc& dstImageDesc, const RenderPostProcessConfiguration& currentRenderPostProcessConfiguration_) in FillPushConstant() 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() 47 FillPushConstant( const GpuImageDesc& dstImageDesc, const RenderPostProcessConfiguration& currentRenderPostProcessConfiguration_) FillPushConstant() argument
|
H A D | render_staging.cpp | 64 const RenderHandle dstHandle, const GpuImageDesc& dstImageDesc) in BlitScalingImage() 85 { dstImageDesc.width, dstImageDesc.height, 1 }, in BlitScalingImage() 63 BlitScalingImage(IRenderCommandList& cmdList, const BufferImageCopy& copy, const RenderHandle srcHandle, const RenderHandle dstHandle, const GpuImageDesc& dstImageDesc) BlitScalingImage() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 662 void ValidateCopyImage(const ImageCopy& imageCopy, const GpuImageDesc& srcImageDesc, const GpuImageDesc& dstImageDesc) in ValidateCopyImage() argument 665 ValidateCopyImage(imageCopy.dstOffset, imageCopy.extent, imageCopy.dstSubresource.mipLevel, dstImageDesc); in ValidateCopyImage()
|
Completed in 9 milliseconds