Searched defs:AttachmentDesc (Results 1 – 4 of 4) 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