Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp600 const uint32_t rcCount = mrpData.subpassCount; in RenderProcessCommandLists() local
602 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() local
666 mrcDesc.multiRenderCommandListCount = rcCount; in RenderProcessCommandLists()
669 for (uint32_t rcIdx = 0; rcIdx < rcCount; ++rcIdx) { in RenderProcessCommandLists()
[all …]