Home
last modified time | relevance | path

Searched refs:AttachmentsDescriptor (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkRenderPass.h53 struct AttachmentsDescriptor { struct
106 AttachmentsDescriptor*,
137 bool isCompatible(const AttachmentsDescriptor&,
163 const AttachmentsDescriptor&,
176 GrVkRenderPass(const GrVkGpu*, VkRenderPass, AttachmentFlags, const AttachmentsDescriptor&,
182 AttachmentsDescriptor*,
193 AttachmentsDescriptor fAttachmentsDescriptor;
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc;
49 AttachmentsDescriptor* attachmentsDescriptor, in CreateSimple()
75 AttachmentsDescriptor attachmentsDescriptor = compatibleRenderPass.fAttachmentsDescriptor; in Create()
84 AttachmentsDescriptor* attachmentsDescriptor, in Create()
320 const AttachmentsDescriptor& descriptor, in GrVkRenderPass()
362 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible()
403 AttachmentsDescriptor desc; in isCompatible()
451 const AttachmentsDescriptor& attachmentsDescriptor, in GenKey()
DGrVkRenderTarget.h103 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
113 GrVkRenderPass::AttachmentsDescriptor* desc,
DGrVkResourceProvider.h77 const GrVkRenderPass* findCompatibleRenderPass(GrVkRenderPass::AttachmentsDescriptor*,
272 bool isCompatible(const GrVkRenderPass::AttachmentsDescriptor&,
DGrVkResourceProvider.cpp120 GrVkRenderPass::AttachmentsDescriptor attachmentsDesc; in findCompatibleRenderPass()
128 GrVkResourceProvider::findCompatibleRenderPass(GrVkRenderPass::AttachmentsDescriptor* desc, in findCompatibleRenderPass()
602 const GrVkRenderPass::AttachmentsDescriptor& attachmentsDescriptor, in isCompatible()
DGrVkRenderTarget.cpp375 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor()
411 GrVkRenderPass::AttachmentsDescriptor* desc, in ReconstructAttachmentsDescriptor()
DGrVkCaps.cpp1871 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc()
1881 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc()
DGrVkGpu.cpp1908 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in compile()
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.h60 struct AttachmentsDescriptor { struct
141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
147 AttachmentsDescriptor fAttachmentsDescriptor;
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc;
194 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible()
217 AttachmentsDescriptor desc; in isCompatible()
DGrVkRenderTarget.h92 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
DGrVkRenderTarget.cpp266 GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor()