Home
last modified time | relevance | path

Searched refs:fResolve (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp214 attachmentsDescriptor->fResolve.fLoadStoreOps = resolveOp; in Create()
221 attachmentsDescriptor->fResolve, in Create()
385 if (!fAttachmentsDescriptor.fResolve.isCompatible(desc.fResolve)) { in isCompatible()
440 if (fAttachmentsDescriptor.fResolve.fLoadStoreOps != resolveOps) { in equalLoadStoreOps()
469 b->add32(attachmentsDescriptor.fResolve.fFormat); in GenKey()
470 b->add32(attachmentsDescriptor.fResolve.fSamples); in GenKey()
DGrVkRenderTarget.cpp389 desc->fResolve.fFormat = desc->fColor.fFormat; in getAttachmentsDescriptor()
390 desc->fResolve.fSamples = 1; in getAttachmentsDescriptor()
422 desc->fResolve.fFormat = desc->fColor.fFormat; in ReconstructAttachmentsDescriptor()
423 desc->fResolve.fSamples = 1; in ReconstructAttachmentsDescriptor()
DGrVkRenderPass.h76 AttachmentDesc fResolve; member