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.cpp5313 set<deUint32> definedAttachments; in addAttachmentAllocationTests() local
5342 definedAttachments.insert(attachmentIndex); in addAttachmentAllocationTests()
5353 definedAttachments.insert(attachmentIndex); in addAttachmentAllocationTests()
5368 …AttachmentCount = rng.getUint32() % (deUint32)(de::min<size_t>(4, definedAttachments.size()) + 1); in addAttachmentAllocationTests()
5378 …rng.choose(definedAttachments.begin(), definedAttachments.end(), subpassInputAttachments.begin(), … in addAttachmentAllocationTests()
5381 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()
5384 definedAttachments.insert(*depthStencilAttachment); in addAttachmentAllocationTests()