Home
last modified time | relevance | path

Searched refs:store_af16 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrDataUtils.cpp451 case GrColorType::kAlpha_F16: *store = SkRasterPipeline::store_af16; in get_dst_swizzle_and_store()
479 *store = SkRasterPipeline::store_af16; in get_dst_swizzle_and_store()
482 *store = SkRasterPipeline::store_af16; in get_dst_swizzle_and_store()
/external/skia/src/core/
DSkRasterPipeline.h53 M(load_af16) M(load_af16_dst) M(store_af16) M(gather_af16) \
DSkRasterPipeline.cpp266 case kA16_float_SkColorType: this->append(store_af16, ctx); break; in append_store()
/external/skia/tests/
DSkRasterPipelineTest.cpp280 p.append(SkRasterPipeline::store_af16, &dst); in DEF_TEST()
/external/skia/src/opts/
DSkRasterPipeline_opts.h2201 STAGE(store_af16, const SkRasterPipeline_MemoryCtx* ctx) { in STAGE() argument
4060 NOT_IMPLEMENTED(store_af16)