Home
last modified time | relevance | path

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

/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
/external/skia/src/gpu/vk/
DGrVkRenderPass.h51 struct AttachmentDesc { struct
52 VkFormat fFormat;
53 int fSamples;
54 LoadStoreOps fLoadStoreOps;
56 AttachmentDesc() in AttachmentDesc() function
68 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp315 typedef AttachmentDescription2 AttachmentDesc; in createRenderPassProduceDynamicDensityMap() typedef
409 typedef AttachmentDescription2 AttachmentDesc; in createRenderPassProduceSubsampledImage() typedef
622 typedef AttachmentDescription2 AttachmentDesc; in createRenderPassOutputSubsampledImage() typedef