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.cpp4996 std::vector<deUint32> subpassColorAttachments (colorAttachmentCount); in addAttachmentAllocationTests() local
5003 …rng.choose(colorAttachments.begin(), colorAttachments.end(), subpassColorAttachments.begin(), colo… in addAttachmentAllocationTests()
5006 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests()
5007 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()
5017 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests()
5019 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests()
5046 …colorAttachmentReferences.push_back(AttachmentReference((deUint32)subpassColorAttachments[colorAtt… in addAttachmentAllocationTests()