Home
last modified time | relevance | path

Searched refs:AttachmentDesc (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderPass.h54 struct AttachmentDesc { struct
59 AttachmentDesc() in AttachmentDesc() function
63 bool operator==(const AttachmentDesc& right) const {
68 bool operator!=(const AttachmentDesc& right) const {
71 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() argument
75 AttachmentDesc fColor;
76 AttachmentDesc fStencil;
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
19 const AttachmentDesc& desc, in setup_vk_attachment_description()