Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp721 const array_view<const RenderCommandWithType> rcRef = renderCommandList.GetRenderCommands(); in RenderPrimaryRenderPass() local
722 const uint32_t commandCount = static_cast<uint32_t>(rcRef.size()); in RenderPrimaryRenderPass()
725 ? static_cast<const RenderCommandBeginRenderPass*>(rcRef[mrpcld.rpBeginCmdIndex].rc) in RenderPrimaryRenderPass()
729 ? static_cast<const RenderCommandEndRenderPass*>(rcRef[mrpcld.rpEndCmdIndex].rc) in RenderPrimaryRenderPass()
735 PLUGIN_ASSERT(rcRef[mrpcld.rpBarrierCmdIndex].type == RenderCommandType::BARRIER_POINT); in RenderPrimaryRenderPass()
737 *static_cast<RenderCommandBarrierPoint*>(rcRef[mrpcld.rpBarrierCmdIndex].rc); in RenderPrimaryRenderPass()
801 const array_view<const RenderCommandWithType> rcRef = renderCommandList.GetRenderCommands(); in RenderGetCommandBufferInheritanceInfo() local
802 const uint32_t cmdCount = static_cast<uint32_t>(rcRef.size()); in RenderGetCommandBufferInheritanceInfo()
808 const auto& ref = rcRef[mrpCmdData.rpBeginCmdIndex]; in RenderGetCommandBufferInheritanceInfo()
843 const array_view<const RenderCommandWithType> rcRef = renderCommandList.GetRenderCommands(); in RenderSingleCommandList() local
[all …]