Home
last modified time | relevance | path

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

/external/skqp/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.cpp261 void GrVkRenderTarget::getAttachmentsDescriptor( in getAttachmentsDescriptor() function in GrVkRenderTarget
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h112 void getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc,
DGrVkRenderPass.cpp405 target->getAttachmentsDescriptor(&desc, &flags, this->hasResolveAttachment(), in isCompatible()
DGrVkRenderTarget.cpp337 void GrVkRenderTarget::getAttachmentsDescriptor(GrVkRenderPass::AttachmentsDescriptor* desc, in getAttachmentsDescriptor() function in GrVkRenderTarget
DGrVkResourceProvider.cpp120 target->getAttachmentsDescriptor(&attachmentsDesc, &attachmentFlags, withResolve, withStencil); in findCompatibleRenderPass()