Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp594 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
[all …]