Home
last modified time | relevance | path

Searched refs:getAttachmentsDescriptor (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.cpp162 target.getAttachmentsDescriptor(&fAttachmentsDescriptor, &fAttachmentFlags); in init()
219 target.getAttachmentsDescriptor(&desc, &flags); in isCompatible()
DGrVkRenderTarget.h92 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
DGrVkRenderTarget.cpp265 void GrVkRenderTarget::getAttachmentsDescriptor( in getAttachmentsDescriptor() function in GrVkRenderTarget
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.h103 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
DGrVkRenderPass.cpp405 target->getAttachmentsDescriptor(&desc, &flags, this->hasResolveAttachment(), in isCompatible()
DGrVkRenderTarget.cpp375 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor() function in GrVkRenderTarget
DGrVkResourceProvider.cpp121 target->getAttachmentsDescriptor(&attachmentsDesc, &attachmentFlags, withResolve, withStencil); in findCompatibleRenderPass()