Searched refs:AttachmentsDescriptor (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 53 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;
|
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() 328 const AttachmentsDescriptor& descriptor, in GrVkRenderPass() 370 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc, in isCompatible() 411 AttachmentsDescriptor desc; in isCompatible() 459 const AttachmentsDescriptor& attachmentsDescriptor, in GenKey()
|
D | GrVkRenderTarget.h | 103 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, 113 GrVkRenderPass::AttachmentsDescriptor* desc,
|
D | GrVkResourceProvider.h | 77 const GrVkRenderPass* findCompatibleRenderPass(GrVkRenderPass::AttachmentsDescriptor*, 272 bool isCompatible(const GrVkRenderPass::AttachmentsDescriptor&,
|
D | GrVkResourceProvider.cpp | 121 GrVkRenderPass::AttachmentsDescriptor attachmentsDesc; in findCompatibleRenderPass() 129 GrVkResourceProvider::findCompatibleRenderPass(GrVkRenderPass::AttachmentsDescriptor* desc, in findCompatibleRenderPass() 607 const GrVkRenderPass::AttachmentsDescriptor& attachmentsDescriptor, in isCompatible()
|
D | GrVkRenderTarget.cpp | 375 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor() 411 GrVkRenderPass::AttachmentsDescriptor* desc, in ReconstructAttachmentsDescriptor()
|
D | GrVkCaps.cpp | 1929 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc() 1939 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in makeDesc()
|
D | GrVkGpu.cpp | 1916 GrVkRenderPass::AttachmentsDescriptor attachmentsDescriptor; in compile()
|