Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4997 std::vector<deUint32> subpassInputAttachments (inputAttachmentCount); in addAttachmentAllocationTests() local
5004 …rng.choose(definedAttachments.begin(), definedAttachments.end(), subpassInputAttachments.begin(), … in addAttachmentAllocationTests()
5049 …for (size_t inputAttachmentNdx = 0; inputAttachmentNdx < subpassInputAttachments.size(); inputAtta… in addAttachmentAllocationTests()
5051 const deUint32 inputAttachmentIndex = subpassInputAttachments[inputAttachmentNdx]; in addAttachmentAllocationTests()
5098 …inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassInputAttachments[inputAtt… in addAttachmentAllocationTests()