Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp404 const std::vector<AttachmentReference>& inputAttachments, in Subpass() argument
413 ,m_inputAttachments (inputAttachments) in Subpass()
DvktRenderPassTestsUtil.hpp288 const std::vector<AttachmentReference>& inputAttachments,
DvktRenderPassTests.cpp545 const vector<AttachmentReference>& inputAttachments, in Subpass() argument
553 , m_inputAttachments (inputAttachments) in Subpass()
842 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo() local
847 if (!inputAttachments.empty()) in logRenderPassInfo()
851 for (size_t inputNdx = 0; inputNdx < inputAttachments.size(); inputNdx++) in logRenderPassInfo()
854 const AttachmentReference& inputAttachment = inputAttachments[inputNdx]; in logRenderPassInfo()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp161 const vk::VkAttachmentReference* inputAttachments,