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.cpp506 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
508 …eNdx < de::min((deUint32)MAX_COLOR_ATTACHMENT_COUNT, sampleCount - splitSubpassIndex * MAX_COLOR_… in createRenderPass()
535 dstAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
562 dstResolveAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
589 for (deUint32 splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
600 (deUint32)dstAttachmentRefs[splitSubpassIndex].size(), in createRenderPass()
601 &dstAttachmentRefs[splitSubpassIndex][0], in createRenderPass()
602 &dstResolveAttachmentRefs[splitSubpassIndex][0], in createRenderPass()
613 0u, splitSubpassIndex + 1, in createRenderPass()