Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkRenderPass.h58 struct AttachmentDesc { struct
59 VkFormat fFormat;
60 int fSamples;
61 LoadStoreOps fLoadStoreOps;
63 AttachmentDesc() in AttachmentDesc() function
75 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
H A DGrVkRenderPass.cpp26 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRenderPassDesc.h23 struct AttachmentDesc { struct
41 AttachmentDesc fColorAttachment; argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp324 typedef AttachmentDescription1 AttachmentDesc; typedef
335 typedef AttachmentDescription2 AttachmentDesc; typedef
348 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anond89f12cc0111::RenderPassWrapper