Searched defs:AttachmentDesc (Results 1 – 6 of 6) sorted by relevance
61 struct AttachmentDesc { struct62 VkFormat fFormat;63 int fSamples;64 LoadStoreOps fLoadStoreOps;66 AttachmentDesc() in AttachmentDesc() argument78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
54 struct AttachmentDesc { struct55 VkFormat fFormat;56 int fSamples;57 LoadStoreOps fLoadStoreOps;59 AttachmentDesc() in AttachmentDesc() argument71 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
26 struct AttachmentDesc { struct33 AttachmentDesc fColorAttachment; argument
332 typedef AttachmentDescription1 AttachmentDesc; typedef342 typedef AttachmentDescription2 AttachmentDesc; typedef355 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anonfed4e5f50111::RenderPassWrapper