Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkRenderPass.h58 struct AttachmentDesc { struct
59 VkFormat fFormat;
60 int fSamples;
61 LoadStoreOps fLoadStoreOps;
63 AttachmentDesc() in AttachmentDesc() argument
75 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp26 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/external/skia/src/gpu/graphite/
DRenderPassDesc.h23 struct AttachmentDesc { struct
28 bool operator==(const AttachmentDesc& other) const { argument
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp326 typedef AttachmentDescription1 AttachmentDesc; typedef
337 typedef AttachmentDescription2 AttachmentDesc; typedef
350 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anon8d701d4c0111::RenderPassWrapper