Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5370 std::vector<deUint32> subpassColorAttachments (colorAttachmentCount); in addAttachmentAllocationTests() local
5377 …rng.choose(colorAttachments.begin(), colorAttachments.end(), subpassColorAttachments.begin(), colo… in addAttachmentAllocationTests()
5380 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests()
5381 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()
5391 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests()
5393 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests()
5438 …colorAttachmentReferences.push_back(AttachmentReference((deUint32)subpassColorAttachments[colorAtt… in addAttachmentAllocationTests()