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.cpp595 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
597 …eNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, sampleCount - splitSubpassIndex * MAX_COLOR_… in createRenderPass()
625 dstAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
653 dstResolveAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
680 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
692 …(deUint32)dstAttachmentRefs[splitSubpassIndex].size(), // deUint32 colorAttachmentCount; ||… in createRenderPass()
693 …&dstAttachmentRefs[splitSubpassIndex][0], // const VkAttachmentReference* pColorAttachments; … in createRenderPass()
694 …&dstResolveAttachmentRefs[splitSubpassIndex][0], // const VkAttachmentReference* pResolveAttachm… in createRenderPass()
707 splitSubpassIndex + 1, // deUint32 dstSubpass; || deUint32 dstSubpass; in createRenderPass()
720 …for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < (splitSubpassCount - 1); splitSubpassInde… in createRenderPass() local
[all …]