Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp2078 std::vector<AttRef> sp0colorAttachmentRefs; in createRenderPass() local
2107 sp0colorAttachmentRefs.push_back(attachmentRef); in createRenderPass()
2161 DE_ASSERT(sp0colorAttachmentRefs.size() == sp0resolveAttachmentRefs.size()); in createRenderPass()
2162 DE_ASSERT(attachments.size() == sp0colorAttachmentRefs.size() + sp0resolveAttachmentRefs.size()); in createRenderPass()
2174 (deUint32)sp0colorAttachmentRefs.size(), // colorAttachmentCount in createRenderPass()
2175 &sp0colorAttachmentRefs[0], // pColorAttachments in createRenderPass()