Searched defs:AttachmentDesc (Results 1 – 6 of 6) sorted by relevance
30 attachments: Vec<AttachmentDesc>, in new()45 attachments: Vec<AttachmentDesc>, in with_multiview()76 pub fn attachments(&self) -> &[AttachmentDesc] { in attachments()175 pub struct AttachmentDesc { struct177 pub format: Format,179 pub samples: SampleCount,203 impl AttachmentDesc { argument
690 fn attachment_desc(&self, atch_num: usize) -> &AttachmentDesc { in attachment_desc()
56 struct AttachmentDesc { struct57 VkFormat fFormat;58 int fSamples;59 LoadStoreOps fLoadStoreOps;61 AttachmentDesc() in AttachmentDesc() argument73 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
18 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
44 struct AttachmentDesc { struct59 AttachmentDesc fColorAttachment; argument
334 typedef AttachmentDescription1 AttachmentDesc; typedef344 typedef AttachmentDescription2 AttachmentDesc; typedef357 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anon492f6fbb0111::RenderPassWrapper