Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp445 std::vector<AttachmentRef> colorAttachmentRefs; in createRenderPass() local
473 colorAttachmentRefs.push_back(attachmentRef); in createRenderPass()
504 DE_ASSERT(colorAttachmentRefs.size() == resolveAttachmentRefs.size()); in createRenderPass()
505 DE_ASSERT(attachments.size() == colorAttachmentRefs.size() + resolveAttachmentRefs.size()); in createRenderPass()
517 …(deUint32)colorAttachmentRefs.size(), // deUint32 colorAttachmentCount; || deUint32 … in createRenderPass()
518 …&colorAttachmentRefs[0], // const VkAttachmentReference* pColorAttachments; || const VkAt… in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp437 const vk::VkAttachmentReference colorAttachmentRefs[] = in createRenderPass() local
452 DE_LENGTH_OF_ARRAY(colorAttachmentRefs), in createRenderPass()
453 colorAttachmentRefs, in createRenderPass()