Lines Matching refs:splitSubpassIndex
594 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
596 …eNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, sampleCount - splitSubpassIndex * MAX_COLOR_… in createRenderPass()
624 dstAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
652 dstResolveAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
679 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
691 …(deUint32)dstAttachmentRefs[splitSubpassIndex].size(), // deUint32 colorAttachmentCount; ||… in createRenderPass()
692 …&dstAttachmentRefs[splitSubpassIndex][0], // const VkAttachmentReference* pColorAttachments; … in createRenderPass()
693 …&dstResolveAttachmentRefs[splitSubpassIndex][0], // const VkAttachmentReference* pResolveAttachm… in createRenderPass()
706 splitSubpassIndex + 1, // deUint32 dstSubpass; || deUint32 dstSubpass; in createRenderPass()
719 …for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < (splitSubpassCount - 1); splitSubpassInde… in createRenderPass() local
725 splitSubpassIndex + 1, // deUint32 srcSubpass; || deUint32 srcSubpass; in createRenderPass()