Home
last modified time | relevance | path

Searched refs:ddl (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp189 bool GrVkSecondaryCBDrawContext::draw(sk_sp<const SkDeferredDisplayList> ddl) { argument
191 bool GrVkSecondaryCBDrawContext::draw(const SkDeferredDisplayList* ddl) {
193 if (!ddl || !this->isCompatible(ddl->characterization())) {
204 direct->priv().createDDLTask(std::move(ddl), readSurfaceView.asRenderTargetProxyRef(), {0, 0});
/third_party/skia/tests/
DDeferredDisplayListTest.cpp388 sk_sp<SkDeferredDisplayList> ddl; in DDLSurfaceCharacterizationTestImpl() local
396 ddl = params.createDDL(dContext); in DDLSurfaceCharacterizationTestImpl()
397 SkAssertResult(ddl); in DDLSurfaceCharacterizationTestImpl()
405 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
423 REPORTER_ASSERT(reporter, !s->draw(ddl), in DDLSurfaceCharacterizationTestImpl()
437 REPORTER_ASSERT(reporter, !s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
444 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
448 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
452 REPORTER_ASSERT(reporter, s->draw(ddl)); in DDLSurfaceCharacterizationTestImpl()
466 REPORTER_ASSERT(reporter, !s->draw(ddl)); // bc the DDL was made w/ textureability in DDLSurfaceCharacterizationTestImpl()
[all …]
DGrThreadSafeCacheTest.cpp374 bool checkImage(skiatest::Reporter* reporter, sk_sp<SkDeferredDisplayList> ddl) { in checkImage() argument
382 if (!tmp->draw(std::move(ddl))) { in checkImage()
/third_party/skia/fuzz/
DFuzzCreateDDL.cpp183 static bool draw_ddl(sk_sp<SkSurface> surface, sk_sp<SkDeferredDisplayList> ddl) { in draw_ddl() argument
184 return surface->draw(std::move(ddl)); in draw_ddl()
224 sk_sp<SkDeferredDisplayList> ddl = make_ddl(fuzz, dContext, c); in DEF_FUZZ() local
225 if (!ddl) { in DEF_FUZZ()
229 if (!draw_ddl(std::move(surface), std::move(ddl))) { in DEF_FUZZ()
DFuzzDDLThreading.cpp247 sk_sp<SkDeferredDisplayList> ddl = recorder.detach(); in recordAndPlayDDL() local
248 fGpuTaskGroup.add([=, ddl{std::move(ddl)}]{ in recordAndPlayDDL()
249 bool success = fSurface->draw(std::move(ddl)); in recordAndPlayDDL()
/third_party/skia/src/gpu/
DGrDrawingManager.cpp584 void GrDrawingManager::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() argument
593 fDAG.swap(ddl->fRenderTasks); in moveRenderTasksToDDL()
596 for (auto& renderTask : ddl->fRenderTasks) { in moveRenderTasksToDDL()
601 ddl->fArenas = std::move(fContext->priv().detachArenas()); in moveRenderTasksToDDL()
603 fContext->priv().detachProgramData(&ddl->fProgramData); in moveRenderTasksToDDL()
608 void GrDrawingManager::createDDLTask(sk_sp<const SkDeferredDisplayList> ddl, in createDDLTask() argument
625 if (ddl->priv().targetProxy()->isMSAADirty()) { in createDDLTask()
627 ddl->characterization().origin(), in createDDLTask()
628 ddl->priv().targetProxy()->backingStoreDimensions().height(), in createDDLTask()
629 ddl->priv().targetProxy()->msaaDirtyRect()); in createDDLTask()
[all …]
DGrDDLTask.cpp16 sk_sp<const SkDeferredDisplayList> ddl, in GrDDLTask() argument
18 : fDDL(std::move(ddl)) in GrDDLTask()
DGrDirectContextPriv.cpp63 void GrDirectContextPriv::createDDLTask(sk_sp<const SkDeferredDisplayList> ddl, in createDDLTask() argument
66 this->context()->drawingManager()->createDDLTask(std::move(ddl), std::move(newDest), offset); in createDDLTask()
DGrRecordingContextPriv.cpp57 void GrRecordingContextPriv::moveRenderTasksToDDL(SkDeferredDisplayList* ddl) { in moveRenderTasksToDDL() argument
58 this->context()->drawingManager()->moveRenderTasksToDDL(ddl); in moveRenderTasksToDDL()
DGrDrawingManager.h159 void moveRenderTasksToDDL(SkDeferredDisplayList* ddl);
/third_party/skia/src/core/
DSkDeferredDisplayListPriv.h43 explicit SkDeferredDisplayListPriv(SkDeferredDisplayList* ddl) : fDDL(ddl) {} in SkDeferredDisplayListPriv() argument
DSkDeferredDisplayList.cpp48 SkDeferredDisplayList* ddl) in ProgramIterator() argument
50 , fProgramData(ddl->programData()) in ProgramIterator()
DSkDeferredDisplayListRecorder.cpp198 auto ddl = sk_sp<SkDeferredDisplayList>(new SkDeferredDisplayList(fCharacterization, in detach() local
202 fContext->priv().moveRenderTasksToDDL(ddl.get()); in detach()
207 return ddl; in detach()
/third_party/skia/src/image/
DSkSurface_Gpu.cpp383 bool SkSurface_Gpu::onDraw(sk_sp<const SkDeferredDisplayList> ddl, SkIPoint offset) { in onDraw() argument
384 if (!ddl || !this->isCompatible(ddl->characterization())) { in onDraw()
395 direct->priv().createDDLTask(std::move(ddl), view.asRenderTargetProxyRef(), offset); in onDraw()
DSkSurface.cpp338 bool SkSurface::draw(sk_sp<const SkDeferredDisplayList> ddl, int xOffset, int yOffset) { in draw() argument
343 return asSB(this)->onDraw(std::move(ddl), { xOffset, yOffset }); in draw()
/third_party/skia/tools/
DDDLTileHelper.h70 SkDeferredDisplayList* ddl() { return fDisplayList.get(); } in ddl() function
/third_party/skia/dm/
DDMSrcSink.cpp1741 auto ddl = recorder.detach(); in ooprDraw() local
1743 SkDeferredDisplayList::ProgramIterator iter(context, ddl.get()); in ooprDraw()
1748 SkAssertResult(dstSurface->draw(std::move(ddl))); in ooprDraw()
1864 gpuTaskGroup->add([dstSurface, ddl = tiles.composeDDL()]() { in ddlDraw()
1865 dstSurface->draw(ddl); in ddlDraw()
/third_party/skia/tools/skpbench/
Dskpbench.py162 if FLAGS.ddl:
Dskpbench.cpp65 static DEFINE_bool(ddl, false, "record the skp into DDLs before rendering");
/third_party/skia/third_party/externals/tint/
DDoxyfile813 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
830 *.ddl \
/third_party/vk-gl-cts/external/amber/src/
DDoxyfile815 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
832 *.ddl \
/third_party/skia/third_party/externals/oboe/
DDoxyfile814 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
831 *.ddl \
/third_party/skia/tools/doxygen/
DDoxyfile824 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
841 *.ddl \
/third_party/ffmpeg/libavcodec/x86/
Dvp9intrapred_16bpp.asm43 ; FIXME most top-only functions (ddl, vl, v, dc_top) can be modified to take
/third_party/skia/third_party/externals/d3d12allocator/src/
DDoxyfile846 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
865 *.ddl \

12