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.cpp5189 std::vector<deUint32> subpassColorAttachments (colorAttachmentCount); in addAttachmentAllocationTests() local
5196 …rng.choose(colorAttachments.begin(), colorAttachments.end(), subpassColorAttachments.begin(), colo… in addAttachmentAllocationTests()
5199 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests()
5200 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()
5210 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests()
5212 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests()
5237 …colorAttachmentReferences.push_back(AttachmentReference((deUint32)subpassColorAttachments[colorAtt… in addAttachmentAllocationTests()