Searched refs:inputAttachments (Results 1 – 4 of 4) sorted by relevance
161 const vk::VkAttachmentReference* inputAttachments,
163 const vk::VkAttachmentReference* inputAttachments,
432 const vector<AttachmentReference>& inputAttachments, in Subpass() argument439 , m_inputAttachments (inputAttachments) in Subpass()694 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); in logRenderPassInfo() local699 if (!inputAttachments.empty()) in logRenderPassInfo()703 for (size_t inputNdx = 0; inputNdx < inputAttachments.size(); inputNdx++) in logRenderPassInfo()706 const AttachmentReference& inputAttachment = inputAttachments[inputNdx]; in logRenderPassInfo()