Home
last modified time | relevance | path

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

/third_party/flutter/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
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.h54 struct AttachmentDesc { struct
55 VkFormat fFormat;
56 int fSamples;
57 LoadStoreOps fLoadStoreOps;
59 AttachmentDesc() in AttachmentDesc() argument
71 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/third_party/skia/experimental/graphite/src/
DCommandBuffer.h26 struct AttachmentDesc { struct
33 AttachmentDesc fColorAttachment; argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp332 typedef AttachmentDescription1 AttachmentDesc; typedef
342 typedef AttachmentDescription2 AttachmentDesc; typedef
355 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anonfed4e5f50111::RenderPassWrapper