Searched refs:resolveAttachments (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.hpp164 const vk::VkAttachmentReference* resolveAttachments,
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp501 const vector<AttachmentReference>& resolveAttachments,
508 , m_resolveAttachments (resolveAttachments)
763 const vector<AttachmentReference>& resolveAttachments = subpass.getResolveAttachments(); local
803 if (!resolveAttachments.empty())
807 for (size_t resolveNdx = 0; resolveNdx < resolveAttachments.size(); resolveNdx++)
810 const AttachmentReference& resolveAttachment = resolveAttachments[resolveNdx];
1068 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // resolveAttachments;
497 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<deUint32>& preserveAttachments) argument

Completed in 96 milliseconds