Home
last modified time | relevance | path

Searched refs:load_1010102 (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkRasterPipeline.cpp181 case kRGBA_1010102_SkColorType: this->append(load_1010102, ctx); break; in append_load()
195 case kBGRA_1010102_SkColorType: this->append(load_1010102, ctx); in append_load()
199 case kRGB_101010x_SkColorType: this->append(load_1010102, ctx); in append_load()
203 case kBGR_101010x_SkColorType: this->append(load_1010102, ctx); in append_load()
DSkRasterPipeline.h62 M(load_1010102) M(load_1010102_dst) M(store_1010102) M(gather_1010102) \
/external/skqp/src/core/
DSkRasterPipeline.cpp167 case kRGBA_1010102_SkColorType: this->append(load_1010102, ctx); break; in append_load()
179 case kRGB_101010x_SkColorType: this->append(load_1010102, ctx); in append_load()
DSkRasterPipeline.h51 M(load_1010102) M(load_1010102_dst) M(store_1010102) M(gather_1010102) \
/external/skia/src/gpu/
DGrDataUtils.cpp359 case GrColorType::kRGBA_1010102: *load = SkRasterPipeline::load_1010102; break; in get_load_and_src_swizzle()
360 case GrColorType::kBGRA_1010102: *load = SkRasterPipeline::load_1010102; in get_load_and_src_swizzle()
/external/skqp/src/opts/
DSkRasterPipeline_opts.h1699 STAGE(load_1010102, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE() argument
3294 NOT_IMPLEMENTED(load_1010102)
/external/skia/src/opts/
DSkRasterPipeline_opts.h2105 STAGE(load_1010102, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE() argument
4072 NOT_IMPLEMENTED(load_1010102)