Lines Matching refs:AttachmentInfo
64 struct AttachmentInfo
66 AttachmentInfo (const VkFormat vkFormat,
77 ~AttachmentInfo (void)
92 const std::vector<AttachmentInfo>& attachments,
100 const std::vector<AttachmentInfo> m_attachments;
114 const std::vector<AttachmentInfo>& attachments,
138 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
154 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
426 const std::vector<AttachmentInfo>& attachments,
433 const std::vector<AttachmentInfo> m_attachments;
439 const std::vector<AttachmentInfo>& attachments,
454 for (const AttachmentInfo& attachmentInfo : m_attachments)
546 std::vector<AttachmentInfo> attachments;
549 attachments.push_back(AttachmentInfo(format, i0, i1, 1));
554 std::vector<AttachmentInfo> attachments;
559 attachments.push_back(AttachmentInfo(VkFormat(formatIdx), i0, i1, 1));
564 std::vector<AttachmentInfo> attachments;
568 attachments.push_back(AttachmentInfo(VkFormat(formatIdx), i0, i1, 1));
574 attachments.push_back(AttachmentInfo(mandatoryFormats[i2], i3, i4, 1));
582 std::vector<AttachmentInfo> attachments = { AttachmentInfo(format, i0, i1, 1) };