Searched refs:SkRasterPipeline_GatherCtx (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 972 SI U32 ix_and_ptr(T** ptr, const SkRasterPipeline_GatherCtx* ctx, F x, F y) { in ix_and_ptr() 1630 STAGE(gather_a8, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1655 STAGE(gather_565, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1678 STAGE(gather_4444, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1700 STAGE(gather_8888, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1723 STAGE(gather_1010102, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1758 STAGE(gather_f16, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1797 STAGE(gather_f32, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 2218 STAGE(bilerp_clamp_8888, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 2749 SI U32 ix_and_ptr(T** ptr, const SkRasterPipeline_GatherCtx* ctx, F x, F y) { [all …]
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 972 SI U32 ix_and_ptr(T** ptr, const SkRasterPipeline_GatherCtx* ctx, F x, F y) { in ix_and_ptr() 1614 STAGE(gather_a8, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1639 STAGE(gather_565, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1662 STAGE(gather_4444, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1684 STAGE(gather_8888, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1707 STAGE(gather_1010102, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1742 STAGE(gather_f16, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 1781 STAGE(gather_f32, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 2202 STAGE(bilerp_clamp_8888, const SkRasterPipeline_GatherCtx* ctx) { in STAGE() 2733 SI U32 ix_and_ptr(T** ptr, const SkRasterPipeline_GatherCtx* ctx, F x, F y) { [all …]
|
/external/skqp/src/core/ |
D | SkRasterPipeline.h | 108 struct SkRasterPipeline_GatherCtx { struct
|
/external/skia/src/core/ |
D | SkRasterPipeline.h | 108 struct SkRasterPipeline_GatherCtx { struct
|
/external/skqp/src/shaders/ |
D | SkImageShader.cpp | 314 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in onAppendStages()
|
/external/skia/src/shaders/ |
D | SkImageShader.cpp | 321 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in onAppendStages()
|