Home
last modified time | relevance | path

Searched refs:gather_a8 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/shaders/
DSkImageShader.cpp645 case kAlpha_8_SkColorType: p->append(SkRasterPipelineOp::gather_a8, ctx); break; in appendStages()
667 case kGray_8_SkColorType: p->append(SkRasterPipelineOp::gather_a8, ctx); in appendStages()
670 case kR8_unorm_SkColorType: p->append(SkRasterPipelineOp::gather_a8, ctx); in appendStages()
/external/skia/src/core/
DSkRasterPipelineOpList.h22 M(load_a8) M(load_a8_dst) M(store_a8) M(gather_a8) \
/external/skia/src/opts/
DSkRasterPipeline_opts.h2383 STAGE(gather_a8, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() argument
4924 STAGE_GP(gather_a8, const SkRasterPipeline_GatherCtx* ctx) {