Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h605 …bool ProcessInputAttachments(const RenderPassDesc& renderPassDsc, const RenderPassSubpassDesc& sub…
H A Drender_command_list.cpp908 … valid = valid && ProcessInputAttachments(renderPassDesc, subpassRef, subpassResourceStates); in BeginRenderPass()
997 … valid = valid && ProcessInputAttachments(renderPassDesc, subpassDesc, subpassResourceStates); in BeginRenderPass()
1018 bool RenderCommandList::ProcessInputAttachments(const RenderPassDesc& renderPassDsc, in ProcessInputAttachments() function in RenderCommandList