Searched refs:inputAttachments (Results 1 – 4 of 4) sorted by relevance
404 const std::vector<AttachmentReference>& inputAttachments, in Subpass() argument413 ,m_inputAttachments (inputAttachments) in Subpass()
288 const std::vector<AttachmentReference>& inputAttachments,
545 const vector<AttachmentReference>& inputAttachments, in Subpass() argument553 , m_inputAttachments (inputAttachments) in Subpass()842 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo() local847 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()
161 const vk::VkAttachmentReference* inputAttachments,