Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp78 fAttachmentsDescriptor.fResolve.fFormat, in initSimple()
79 fAttachmentsDescriptor.fResolve.fSamples, in initSimple()
209 if (fAttachmentsDescriptor.fResolve != desc.fResolve) { in isCompatible()
DGrVkRenderPass.h38 AttachmentDesc fResolve; member
DGrVkRenderTarget.cpp251 desc->fResolve.fFormat = colorFormat; in getAttachmentsDescriptor()
252 desc->fResolve.fSamples = 1; in getAttachmentsDescriptor()