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

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp979 vector<VkAttachmentReference>& resolveAttachmentReferences = attachmentReferenceLists[2]; local
989 resolveAttachmentReferences.push_back(createAttachmentReference(subpass.getResolveAttachments()[attachmentNdx]));
996 DE_ASSERT(resolveAttachmentReferences.empty() || colorAttachmentReferences.size() == resolveAttachmentReferences.size());
1009 resolveAttachmentReferences.empty() ? DE_NULL : &resolveAttachmentReferences[0], // resolveAttachments;

Completed in 129 milliseconds