Home
last modified time | relevance | path

Searched refs:preferDiscardableMSAAAttachment (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkCaps.h260 bool preferDiscardableMSAAAttachment() const { return fPreferDiscardableMSAAAttachment; } in preferDiscardableMSAAAttachment() function
DGrVkPipelineStateBuilder.cpp353 fGpu->vkCaps().preferDiscardableMSAAAttachment())) { in finalize()
DGrVkGpu.cpp325 (this->vkCaps().preferDiscardableMSAAAttachment() && vkRT->resolveAttachment() && in onGetOpsRenderPass()
345 if (useMSAASurface && this->vkCaps().preferDiscardableMSAAAttachment() && in onGetOpsRenderPass()
722 if (this->vkCaps().preferDiscardableMSAAAttachment() && rt->resolveAttachment() && in onResolveRenderTarget()
1895 this->vkCaps().preferDiscardableMSAAAttachment()) { in compile()
2268 bool useDiscardableMSAA = this->vkCaps().preferDiscardableMSAAAttachment(); in onCopySurface()
DGrVkRenderTarget.cpp382 if (programInfo.targetSupportsVkResolveLoad() && vkCaps.preferDiscardableMSAAAttachment()) { in ReconstructAttachmentsDescriptor()
DGrVkCaps.cpp219 if (this->preferDiscardableMSAAAttachment() && dst->asTextureProxy() && in onCanCopySurface()
233 if (this->preferDiscardableMSAAAttachment() && src->asTextureProxy() && in onCanCopySurface()
1814 this->preferDiscardableMSAAAttachment(); in makeDesc()