Searched defs:AttachmentDesc (Results 1 – 4 of 4) sorted by relevance
58 struct AttachmentDesc { struct59 VkFormat fFormat;60 int fSamples;61 LoadStoreOps fLoadStoreOps;63 AttachmentDesc() in AttachmentDesc() argument75 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
26 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
23 struct AttachmentDesc { struct28 bool operator==(const AttachmentDesc& other) const { argument
326 typedef AttachmentDescription1 AttachmentDesc; typedef337 typedef AttachmentDescription2 AttachmentDesc; typedef350 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anon8d701d4c0111::RenderPassWrapper