Home
last modified time | relevance | path

Searched refs:dstProxyView (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp112 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()
DOpsTask.cpp157 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 …]
DGrMeshDrawOp.h42 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()
DDrawAtlasPathOp.cpp151 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()
DGrMeshDrawOp.cpp25 target->dstProxyView(), in createProgramInfo()
44 const GrDstProxyView& dstProxyView, in onPrePrepareDraws() argument
56 std::move(appliedClip), dstProxyView, renderPassXferBarriers, in onPrePrepareDraws()
DPathTessellateOp.cpp91 const GrDstProxyView& dstProxyView, in onPrePrepare() argument
97 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare()
107 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DGrSimpleMeshDrawOpHelperWithStencil.cpp51 const GrDstProxyView& dstProxyView, in createProgramInfoWithStencil() argument
61 dstProxyView, in createProgramInfoWithStencil()
DStrokeTessellateOp.cpp229 const GrDstProxyView& dstProxyView, in onPrePrepare() argument
235 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare()
249 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DPathStencilCoverOp.cpp203 const GrDstProxyView& dstProxyView, in onPrePrepare() argument
209 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare()
228 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DTriangulatingPathRenderer.cpp372 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()
DPathInnerTriangulateOp.cpp380 const GrDstProxyView& dstProxyView, in onPrePrepare() argument
386 &dstProxyView, renderPassXferBarriers, colorLoadOp, in onPrePrepare()
407 flushState->usesMSAASurface(), &flushState->dstProxyView(), in onPrepare()
DFillRectOp.cpp208 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()
DGrOp.h174 GrAppliedClip* clip, const GrDstProxyView& dstProxyView, in prePrepare() argument
177 this->onPrePrepare(context, dstView, clip, dstProxyView, renderPassXferBarriers, in prePrepare()
DRegionOp.cpp92 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument
102 std::move(appliedClip), dstProxyView, in onCreateProgramInfo()
/third_party/skia/src/gpu/
DGrPipeline.h126 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()
DGrOpFlushState.h62 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()
DGrPipeline.cpp31 SkASSERT(this->dstSampleFlags() == GrDstSampleFlags::kNone || this->dstProxyView()); in GrPipeline()
109 func(this->dstProxyView().proxy(), GrMipmapped::kNo); in visitProxies()
DGrProgramDesc.cpp104 if (pipeline.dstProxyView().proxy()) { in gen_xp_key()
105 origin = pipeline.dstProxyView().origin(); in gen_xp_key()
/third_party/skia/gm/
Dfwidth_squircle.cpp176 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()
Dclockwise.cpp155 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/
DProxyUtils.cpp100 const GrDstProxyView& dstProxyView, in CreateProgramInfo() argument
120 std::move(appliedClip), dstProxyView, in CreateProgramInfo()
DTestOps.cpp184 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument
192 dstProxyView, in onCreateProgramInfo()
/third_party/skia/tests/
DPrimitiveProcessorTest.cpp63 const GrDstProxyView& dstProxyView, in onCreateProgramInfo() argument
135 dstProxyView, in onCreateProgramInfo()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1972 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 …]
DSurfaceFillContext_v1.cpp89 GrDstProxyView dstProxyView; in addDrawOp()
95 dstProxyView, in addDrawOp()

12