Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1083 vector<VkAttachmentReference>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() local
1092inputAttachmentReferences.push_back(createAttachmentReference(subpass.getInputAttachments()[attach… in createSubpassDescription()
1110 (deUint32)inputAttachmentReferences.size(), // inputCount; in createSubpassDescription()
1111inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // inputAttachments; in createSubpassDescription()
5013 std::vector<AttachmentReference> inputAttachmentReferences; in addAttachmentAllocationTests() local
5098inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassInputAttachments[inputAtt… in addAttachmentAllocationTests()
5161 inputAttachmentReferences, in addAttachmentAllocationTests()