Searched refs:rcRef (Results 1 – 1 of 1) sorted by relevance
721 const array_view<const RenderCommandWithType> rcRef = renderCommandList.GetRenderCommands(); in RenderPrimaryRenderPass() local722 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() local802 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 …]