Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrProgramInfo.h29 : fNeedsStencil(targetView.asRenderTargetProxy()->needsStencil()) in GrProgramInfo()
56 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
DGrRenderTargetProxy.h67 int needsStencil() const { return fNeedsStencil; } in needsStencil() function
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.cpp428 SkASSERT(!programInfo.isStencilEnabled() || programInfo.needsStencil()); in ReconstructAttachmentsDescriptor()
429 if (programInfo.needsStencil()) { in ReconstructAttachmentsDescriptor()
DGrVkCaps.cpp1918 bool needsStencil = programInfo.needsStencil() || programInfo.isStencilEnabled(); in makeDesc() local
1920 auto rp = vkRT->getSimpleRenderPass(needsResolve, needsStencil, selfDepFlags, in makeDesc()
/third_party/skia/src/gpu/ops/
DOpsTask.cpp575 if (proxy->needsStencil()) { in onExecute()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm1158 b.add32(programInfo.needsStencil() ? this->preferredStencilFormat() : MTLPixelFormatInvalid);