Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp519 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
521 …eNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, sampleCount - splitSubpassIndex * MAX_COLOR_… in createRenderPass()
549 dstAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
577 dstResolveAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
604 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
616 …(deUint32)dstAttachmentRefs[splitSubpassIndex].size(), // deUint32 colorAttachmentCount; ||… in createRenderPass()
617 …&dstAttachmentRefs[splitSubpassIndex][0], // const VkAttachmentReference* pColorAttachments; … in createRenderPass()
618 …&dstResolveAttachmentRefs[splitSubpassIndex][0], // const VkAttachmentReference* pResolveAttachm… in createRenderPass()
631 splitSubpassIndex + 1, // deUint32 dstSubpass; || deUint32 dstSubpass; in createRenderPass()