Searched refs:rcCount (Results 1 – 1 of 1) sorted by relevance
600 const uint32_t rcCount = mrpData.subpassCount; in RenderProcessCommandLists() local602 afterIdentifiers.reserve(afterIdentifiers.size() + rcCount); in RenderProcessCommandLists()623 mrcDesc.multiRenderCommandListCount = rcCount; in RenderProcessCommandLists()633 mrcDesc.multiRenderCommandListCount = rcCount; in RenderProcessCommandLists()634 if (rcCount > 1) { in RenderProcessCommandLists()638 for (uint32_t rcIdx = 0; rcIdx < rcCount; ++rcIdx) { in RenderProcessCommandLists()649 cmdBufferIdx += (rcCount > 1) ? rcCount : 1; in RenderProcessCommandLists()663 const uint32_t rcCount = mrpData.subpassCount; in RenderProcessCommandLists() local666 mrcDesc.multiRenderCommandListCount = rcCount; in RenderProcessCommandLists()669 for (uint32_t rcIdx = 0; rcIdx < rcCount; ++rcIdx) { in RenderProcessCommandLists()[all …]