Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkRenderPass.h56 struct AttachmentDesc { struct
57 VkFormat fFormat;
58 int fSamples;
59 LoadStoreOps fLoadStoreOps;
61 AttachmentDesc() in AttachmentDesc() argument
73 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp20 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/external/skia/src/gpu/graphite/
DRenderPassDesc.h23 struct AttachmentDesc { struct
41 AttachmentDesc fColorAttachment; argument
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp324 typedef AttachmentDescription1 AttachmentDesc; typedef
335 typedef AttachmentDescription2 AttachmentDesc; typedef
348 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anona29d8f6a0111::RenderPassWrapper