/third_party/skia/src/gpu/ops/ |
D | GrSimpleMeshDrawOpHelper.cpp | 112 const GrDstProxyView& dstProxyView, in CreatePipeline() argument 119 pipelineArgs.fDstProxyView = dstProxyView; in CreatePipeline() 135 flushState->dstProxyView(), in CreatePipeline() 145 flushState->dstProxyView(), in createPipeline() 155 const GrDstProxyView& dstProxyView) { in createPipeline() argument 160 dstProxyView, in createPipeline() 171 const GrDstProxyView& dstProxyView, in CreateProgramInfo() argument 183 dstProxyView, in CreateProgramInfo() 220 const GrDstProxyView& dstProxyView, in createProgramInfo() argument 230 dstProxyView, in createProgramInfo()
|
D | OpsTask.cpp | 157 GrAppliedClip* appliedClip, const GrDstProxyView* dstProxyView) in OpChain() argument 162 SkASSERT(dstProxyView && dstProxyView->proxy()); 163 fDstProxyView = *dstProxyView; 271 List* list, GrProcessorSet::Analysis processorAnalysis, const GrDstProxyView& dstProxyView, in tryConcat() argument 277 SkASSERT(processorAnalysis.requiresDstTexture() == SkToBool(dstProxyView.proxy())); in tryConcat() 290 (fProcessorAnalysis.requiresDstTexture() && fDstProxyView != dstProxyView)) { in tryConcat() 355 const GrDstProxyView* dstProxyView, const GrAppliedClip* appliedClip, const GrCaps& caps, in appendOp() argument 358 if (!dstProxyView) { in appendOp() 359 dstProxyView = &noDstProxyView; in appendOp() 364 if (!this->tryConcat(&chain, processorAnalysis, *dstProxyView, appliedClip, opBounds, caps, in appendOp() [all …]
|
D | GrMeshDrawOp.h | 42 const GrDstProxyView& dstProxyView, in createProgramInfo() argument 46 dstProxyView, renderPassXferBarriers, colorLoadOp); in createProgramInfo() 122 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 125 this->onPrePrepareDraws(context, writeView, clip, dstProxyView, renderPassXferBarriers, in onPrePrepare()
|
D | DrawAtlasPathOp.cpp | 151 const GrDstProxyView& dstProxyView, in prepareProgram() argument 157 initArgs.fDstProxyView = dstProxyView; in prepareProgram() 171 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in onPrePrepare() argument 177 writeView, usesMSAASurface, std::move(*appliedClip), dstProxyView, in onPrePrepare() 189 flushState->dstProxyView(), flushState->renderPassBarriers(), in onPrepare()
|
D | GrMeshDrawOp.cpp | 25 target->dstProxyView(), in createProgramInfo() 44 const GrDstProxyView& dstProxyView, in onPrePrepareDraws() argument 56 std::move(appliedClip), dstProxyView, renderPassXferBarriers, in onPrePrepareDraws()
|
D | PathTessellateOp.cpp | 91 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 97 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare() 107 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
|
D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 51 const GrDstProxyView& dstProxyView, in createProgramInfoWithStencil() argument 61 dstProxyView, in createProgramInfoWithStencil()
|
D | StrokeTessellateOp.cpp | 229 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 235 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare() 249 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
|
D | PathStencilCoverOp.cpp | 203 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 209 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare() 228 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
|
D | TriangulatingPathRenderer.cpp | 372 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument 418 std::move(appliedClip), dstProxyView, in onCreateProgramInfo() 426 const GrDstProxyView& dstProxyView, in onPrePrepareDraws() argument 431 INHERITED::onPrePrepareDraws(rContext, writeView, clip, dstProxyView, in onPrePrepareDraws()
|
D | PathInnerTriangulateOp.cpp | 380 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 386 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare() 407 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
|
D | FillRectOp.cpp | 208 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument 218 dstProxyView, gp, in onCreateProgramInfo() 226 const GrDstProxyView& dstProxyView, in onPrePrepareDraws() argument 233 INHERITED::onPrePrepareDraws(rContext, writeView, clip, dstProxyView, in onPrePrepareDraws()
|
D | GrOp.h | 174 GrAppliedClip* clip, const GrDstProxyView& dstProxyView, in prePrepare() argument 177 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
|
D | RegionOp.cpp | 92 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument 102 std::move(appliedClip), dstProxyView, in onCreateProgramInfo()
|
/third_party/skia/src/gpu/ |
D | GrPipeline.h | 126 bool usesDstTexture() const { return this->dstProxyView() && !this->usesDstInputAttachment(); } in usesDstTexture() 136 const GrSurfaceProxyView& dstProxyView() const { return fDstProxy.proxyView(); } in dstProxyView() function 148 if (GrTextureProxy* dstProxy = this->dstProxyView().asTextureProxy()) { in peekDstTexture() 182 if (this->dstProxyView().proxy()) { in allProxiesInstantiated() 183 return this->dstProxyView().proxy()->isInstantiated(); in allProxiesInstantiated()
|
D | GrOpFlushState.h | 62 GrAppliedClip* appliedClip, const GrDstProxyView& dstProxyView, in OpArgs() 69 , fDstProxyView(dstProxyView) in OpArgs() 82 const GrDstProxyView& dstProxyView() const { return fDstProxyView; } in dstProxyView() function 165 const GrDstProxyView& dstProxyView() const final { in dstProxyView() function 166 return this->drawOpArgs().dstProxyView(); in dstProxyView()
|
D | GrPipeline.cpp | 31 SkASSERT(this->dstSampleFlags() == GrDstSampleFlags::kNone || this->dstProxyView()); in GrPipeline() 109 func(this->dstProxyView().proxy(), GrMipmapped::kNo); in visitProxies()
|
D | GrProgramDesc.cpp | 104 if (pipeline.dstProxyView().proxy()) { in gen_xp_key() 105 origin = pipeline.dstProxyView().origin(); in gen_xp_key()
|
/third_party/skia/gm/ |
D | fwidth_squircle.cpp | 176 const GrDstProxyView& dstProxyView, in createProgramInfo() argument 182 std::move(appliedClip), dstProxyView, in createProgramInfo() 194 flushState->dstProxyView(), in createProgramInfo() 202 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 215 dstProxyView, renderPassXferBarriers, colorLoadOp); in onPrePrepare()
|
D | clockwise.cpp | 155 const GrDstProxyView& dstProxyView, in createProgramInfo() argument 161 std::move(appliedClip), dstProxyView, in createProgramInfo() 173 flushState->dstProxyView(), in createProgramInfo() 181 const GrDstProxyView& dstProxyView, in onPrePrepare() argument 194 dstProxyView, renderPassXferBarriers, colorLoadOp); in onPrePrepare()
|
/third_party/skia/tools/gpu/ |
D | ProxyUtils.cpp | 100 const GrDstProxyView& dstProxyView, in CreateProgramInfo() argument 120 std::move(appliedClip), dstProxyView, in CreateProgramInfo()
|
D | TestOps.cpp | 184 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument 192 dstProxyView, in onCreateProgramInfo()
|
/third_party/skia/tests/ |
D | PrimitiveProcessorTest.cpp | 63 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument 135 dstProxyView, in onCreateProgramInfo()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceDrawContext.cpp | 1972 GrDstProxyView dstProxyView; in addDrawOp() local 1974 if (!this->setupDstProxyView(drawOp->bounds(), drawNeedsMSAA, &dstProxyView)) { in addDrawOp() 2008 std::move(appliedClip), dstProxyView, in addDrawOp() 2020 GrDstProxyView* dstProxyView) { in setupDstProxyView() argument 2054 dstProxyView->setProxyView(this->readSurfaceView()); in setupDstProxyView() 2055 dstProxyView->setOffset(0, 0); in setupDstProxyView() 2056 dstProxyView->setDstSampleFlags(dstSampleFlags); in setupDstProxyView() 2072 dstProxyView->setProxyView(this->readSurfaceView()); in setupDstProxyView() 2073 dstProxyView->setOffset(0, 0); in setupDstProxyView() 2074 dstProxyView->setDstSampleFlags(dstSampleFlags); in setupDstProxyView() [all …]
|
D | SurfaceFillContext_v1.cpp | 89 GrDstProxyView dstProxyView; in addDrawOp() 95 dstProxyView, in addDrawOp()
|