Home
last modified time | relevance | path

Searched refs:SkRasterPipeline_CaseOpCtx (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRasterPipelineOpContexts.h196 struct SkRasterPipeline_CaseOpCtx { struct
/external/skia/src/sksl/codegen/
DSkSLRasterPipelineBuilder.cpp1451 auto* ctx = alloc->make<SkRasterPipeline_CaseOpCtx>(); in makeStages()
1840 const auto* ctx = static_cast<SkRasterPipeline_CaseOpCtx*>(stage.ctx); in dump()
/external/skia/tests/
DSkRasterPipelineTest.cpp281 SkRasterPipeline_CaseOpCtx ctx; in DEF_TEST()
/external/skia/src/opts/
DSkRasterPipeline_opts.h3285 STAGE_TAIL(case_op, SkRasterPipeline_CaseOpCtx* ctx) { in STAGE_TAIL()