Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4939 set<deUint32> definedAttachments; in addAttachmentAllocationTests() local
4968 definedAttachments.insert(attachmentIndex); in addAttachmentAllocationTests()
4979 definedAttachments.insert(attachmentIndex); in addAttachmentAllocationTests()
4994 …AttachmentCount = rng.getUint32() % (deUint32)(de::min<size_t>(4, definedAttachments.size()) + 1); in addAttachmentAllocationTests()
5004 …rng.choose(definedAttachments.begin(), definedAttachments.end(), subpassInputAttachments.begin(), … in addAttachmentAllocationTests()
5007 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()
5010 definedAttachments.insert(*depthStencilAttachment); in addAttachmentAllocationTests()