Home
last modified time | relevance | path

Searched refs:SkRasterPipeline_GatherCtx (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/opts/
DSkRasterPipeline_opts.h972 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/
DSkRasterPipeline_opts.h972 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/
DSkRasterPipeline.h108 struct SkRasterPipeline_GatherCtx { struct
/external/skia/src/core/
DSkRasterPipeline.h108 struct SkRasterPipeline_GatherCtx { struct
/external/skia/src/shaders/
DSkImageShader.cpp321 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in onAppendStages()
/external/skqp/src/shaders/
DSkImageShader.cpp314 auto gather = alloc->make<SkRasterPipeline_GatherCtx>(); in onAppendStages()