Searched refs:AttachmentsDescriptor (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 50 struct AttachmentsDescriptor { struct 103 AttachmentsDescriptor*, 134 bool isCompatible(const AttachmentsDescriptor&, 160 const AttachmentsDescriptor&, 172 GrVkRenderPass(const GrVkGpu*, VkRenderPass, AttachmentFlags, const AttachmentsDescriptor&, 178 AttachmentsDescriptor*, 189 AttachmentsDescriptor fAttachmentsDescriptor;
|
D | GrVkRenderPass.cpp | 16 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()
|
D | GrVkRenderTarget.h | 112 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, 122 GrVkRenderPass::AttachmentsDescriptor* desc,
|
D | GrVkResourceProvider.h | 77 const GrVkRenderPass* findCompatibleRenderPass(GrVkRenderPass::AttachmentsDescriptor*, 272 bool isCompatible(const GrVkRenderPass::AttachmentsDescriptor&,
|
D | GrVkResourceProvider.cpp | 119 GrVkRenderPass::AttachmentsDescriptor attachmentsDesc; in findCompatibleRenderPass() 127 GrVkResourceProvider::findCompatibleRenderPass(GrVkRenderPass::AttachmentsDescriptor* desc, in findCompatibleRenderPass() 601 const GrVkRenderPass::AttachmentsDescriptor& attachmentsDescriptor, in isCompatible()
|
D | GrVkRenderTarget.cpp | 337 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor() 372 GrVkRenderPass::AttachmentsDescriptor* desc, in ReconstructAttachmentsDescriptor()
|
D | GrVkCaps.cpp | 1842 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc() 1852 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc()
|
D | GrVkGpu.cpp | 1880 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in compile()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.h | 60 struct AttachmentsDescriptor { struct 141 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const; 147 AttachmentsDescriptor fAttachmentsDescriptor;
|
D | GrVkRenderPass.cpp | 16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; 194 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() 217 AttachmentsDescriptor desc; in isCompatible()
|
D | GrVkRenderTarget.h | 92 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
|
D | GrVkRenderTarget.cpp | 262 GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor()
|