Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp212 attachmentsDescriptor->fResolve.fLoadStoreOps = resolveOp; in Create()
219 attachmentsDescriptor->fResolve, in Create()
377 if (!fAttachmentsDescriptor.fResolve.isCompatible(desc.fResolve)) { in isCompatible()
432 if (fAttachmentsDescriptor.fResolve.fLoadStoreOps != resolveOps) { in equalLoadStoreOps()
461 b->add32(attachmentsDescriptor.fResolve.fFormat); in GenKey()
462 b->add32(attachmentsDescriptor.fResolve.fSamples); in GenKey()
DGrVkRenderTarget.cpp351 desc->fResolve.fFormat = desc->fColor.fFormat; in getAttachmentsDescriptor()
352 desc->fResolve.fSamples = 1; in getAttachmentsDescriptor()
383 desc->fResolve.fFormat = desc->fColor.fFormat; in ReconstructAttachmentsDescriptor()
384 desc->fResolve.fSamples = 1; in ReconstructAttachmentsDescriptor()
DGrVkRenderPass.h73 AttachmentDesc fResolve; member
/external/skqp/tools/bookmaker/
DbmhParser.h148 Resolvable fResolve; member
DmdOut.h271 return BmhParser::kMarkProps[(int) markType].fResolve; in resolvable()
DspellCheck.cpp367 return Resolvable::kYes == fBmhParser.kMarkProps[(int) markType].fResolve; in checkable()