Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp531 for (uint32_t splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
534 … sampleCount - splitSubpassIndex * MAX_COLOR_ATTACHMENT_COUNT); in createRenderPass()
565 dstAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
595 dstResolveAttachmentRefs[splitSubpassIndex].push_back(dstAttachmentRef); in createRenderPass()
628 … for (uint32_t splitSubpassIndex = 0; splitSubpassIndex < splitSubpassCount; splitSubpassIndex++) in createRenderPass() local
641 (uint32_t)dstAttachmentRefs[splitSubpassIndex] in createRenderPass()
644 [splitSubpassIndex] in createRenderPass()
647 [splitSubpassIndex] in createRenderPass()
662 splitSubpassIndex + 1, // uint32_t dstSubpass; || uint32_t dstSubpass; in createRenderPass()
677 …for (uint32_t splitSubpassIndex = 0; splitSubpassIndex < (splitSubpassCount - 1); splitSubpassInde… in createRenderPass() local
[all …]