Searched refs:splitSubpassIndex (Results 1 – 1 of 1) sorted by relevance
594 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local596 …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() local691 …(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[all …]