Lines Matching refs:finalSubpass
313 const auto& finalSubpass = store.renderPasses[finalSubpassIdx]->subpasses[finalSubpassIdx];
314 firstSubpass.resolveAttachmentCount = finalSubpass.resolveAttachmentCount;
315 firstSubpass.depthResolveAttachmentCount = finalSubpass.depthResolveAttachmentCount;
316 firstSubpass.depthResolveAttachmentIndex = finalSubpass.depthResolveAttachmentIndex;
317 firstSubpass.depthResolveModeFlagBit = finalSubpass.depthResolveModeFlagBit;
319 finalSubpass.resolveAttachmentIndices, sizeof(uint32_t) * firstSubpass.resolveAttachmentCount);
882 const bool finalSubpass = (rc.subpassStartIndex == rc.renderPassDesc.subpassCount - 1);
883 if (finalSubpass) {
1015 const bool finalSubpass = (rc.subpassCount == (uint32_t)stateCache.multiRenderPassStore.renderPasses.size());
1016 if (finalSubpass) {