Searched defs:inputAttachments (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp432 const vector<AttachmentReference>& inputAttachments,
439 , m_inputAttachments (inputAttachments)
694 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); local
699 if (!inputAttachments.empty())
703 for (size_t inputNdx = 0; inputNdx < inputAttachments.size(); inputNdx++)
706 const AttachmentReference& inputAttachment = inputAttachments[inputNdx];
1005 inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // inputAttachments;
430 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<AttachmentReference>& preserveAttachments) argument

Completed in 131 milliseconds