Home
last modified time | relevance | path

Searched refs:SkJumper_GatherCtx (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/jumper/
DSkJumper.h50 struct SkJumper_GatherCtx { struct
DSkJumper_stages_lowp.cpp407 SI U32 ix_and_ptr(T** ptr, const SkJumper_GatherCtx* ctx, F x, F y) { in ix_and_ptr()
595 STAGE_GP(gather_8888, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
600 STAGE_GP(gather_bgra, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
644 STAGE_GP(gather_565, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
689 STAGE_GP(gather_4444, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
715 STAGE_GP(gather_a8, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
734 STAGE_GP(gather_g8, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
DSkJumper_stages.cpp887 SI U32 ix_and_ptr(T** ptr, const SkJumper_GatherCtx* ctx, F x, F y) { in ix_and_ptr()
1575 STAGE(gather_a8, const SkJumper_GatherCtx* ctx) { in STAGE()
1600 STAGE(gather_g8, const SkJumper_GatherCtx* ctx) { in STAGE()
1619 STAGE(gather_565, const SkJumper_GatherCtx* ctx) { in STAGE()
1642 STAGE(gather_4444, const SkJumper_GatherCtx* ctx) { in STAGE()
1664 STAGE(gather_8888, const SkJumper_GatherCtx* ctx) { in STAGE()
1687 STAGE(gather_bgra, const SkJumper_GatherCtx* ctx) { in STAGE()
1710 STAGE(gather_1010102, const SkJumper_GatherCtx* ctx) { in STAGE()
1745 STAGE(gather_f16, const SkJumper_GatherCtx* ctx) { in STAGE()
2227 STAGE(bilerp_clamp_8888, SkJumper_GatherCtx* ctx) { in STAGE()
/external/skia/src/jumper/
DSkJumper.h50 struct SkJumper_GatherCtx { struct
DSkJumper_stages_lowp.cpp407 SI U32 ix_and_ptr(T** ptr, const SkJumper_GatherCtx* ctx, F x, F y) { in ix_and_ptr()
595 STAGE_GP(gather_8888, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
600 STAGE_GP(gather_bgra, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
644 STAGE_GP(gather_565, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
689 STAGE_GP(gather_4444, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
715 STAGE_GP(gather_a8, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
734 STAGE_GP(gather_g8, const SkJumper_GatherCtx* ctx) { in STAGE_GP()
DSkJumper_stages.cpp887 SI U32 ix_and_ptr(T** ptr, const SkJumper_GatherCtx* ctx, F x, F y) { in ix_and_ptr()
1577 STAGE(gather_a8, const SkJumper_GatherCtx* ctx) { in STAGE()
1602 STAGE(gather_g8, const SkJumper_GatherCtx* ctx) { in STAGE()
1621 STAGE(gather_565, const SkJumper_GatherCtx* ctx) { in STAGE()
1644 STAGE(gather_4444, const SkJumper_GatherCtx* ctx) { in STAGE()
1666 STAGE(gather_8888, const SkJumper_GatherCtx* ctx) { in STAGE()
1689 STAGE(gather_bgra, const SkJumper_GatherCtx* ctx) { in STAGE()
1712 STAGE(gather_1010102, const SkJumper_GatherCtx* ctx) { in STAGE()
1747 STAGE(gather_f16, const SkJumper_GatherCtx* ctx) { in STAGE()
2257 STAGE(bilerp_clamp_8888, SkJumper_GatherCtx* ctx) { in STAGE()
/external/skqp/src/shaders/
DSkImageShader.cpp315 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()
/external/skia/src/shaders/
DSkImageShader.cpp355 auto gather = alloc->make<SkJumper_GatherCtx>(); in SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY()