Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h611 …bool ProcessDepthAttachments(const RenderPassDesc& renderPassDsc, const RenderPassSubpassDesc& sub…
H A Drender_command_list.cpp911 … valid = valid && ProcessDepthAttachments(renderPassDesc, subpassRef, subpassResourceStates); in BeginRenderPass()
1000 … valid = valid && ProcessDepthAttachments(renderPassDesc, subpassDesc, subpassResourceStates); in BeginRenderPass()
1108 bool RenderCommandList::ProcessDepthAttachments(const RenderPassDesc& renderPassDsc, in ProcessDepthAttachments() function in RenderCommandList