Home
last modified time | relevance | path

Searched defs:AttachmentDesc (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderPass.h61 struct AttachmentDesc { struct
62 VkFormat fFormat;
63 int fSamples;
64 LoadStoreOps fLoadStoreOps;
66 AttachmentDesc() in AttachmentDesc() argument
78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/external/skqp/src/gpu/vk/
DGrVkRenderPass.h61 struct AttachmentDesc { struct
62 VkFormat fFormat;
63 int fSamples;
64 LoadStoreOps fLoadStoreOps;
66 AttachmentDesc() in AttachmentDesc() argument
78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef