Home | History | Annotate | Download | only in jumper

Lines Matching refs:STAGE_PP

120 #define STAGE_PP(name, ...)                                                            \
277 STAGE_PP(uniform_color, const SkJumper_UniformColorCtx* c) {
283 STAGE_PP(black_color, Ctx::None) { r = g = b = 0; a = 255; }
284 STAGE_PP(white_color, Ctx::None) { r = g = b = 255; a = 255; }
286 STAGE_PP(set_rgb, const float rgb[3]) {
292 STAGE_PP(clamp_a, Ctx::None) {
297 STAGE_PP(clamp_a_dst, Ctx::None) {
303 STAGE_PP(premul, Ctx::None) {
308 STAGE_PP(premul_dst, Ctx::None) {
314 STAGE_PP(force_opaque , Ctx::None) { a = 255; }
315 STAGE_PP(force_opaque_dst, Ctx::None) { da = 255; }
317 STAGE_PP(swap_rb, Ctx::None) {
323 STAGE_PP(move_src_dst, Ctx::None) {
330 STAGE_PP(move_dst_src, Ctx::None) {
337 STAGE_PP(invert, Ctx::None) {
349 STAGE_PP(name, Ctx::None) { \
376 STAGE_PP(name, Ctx::None) { \
575 STAGE_PP(load_8888, const SkJumper_MemoryCtx* ctx) {
578 STAGE_PP(load_8888_dst, const SkJumper_MemoryCtx* ctx) {
581 STAGE_PP(store_8888, const SkJumper_MemoryCtx* ctx) {
585 STAGE_PP(load_bgra, const SkJumper_MemoryCtx* ctx) {
588 STAGE_PP(load_bgra_dst, const SkJumper_MemoryCtx* ctx) {
591 STAGE_PP(store_bgra, const SkJumper_MemoryCtx* ctx) {
633 STAGE_PP(load_565, const SkJumper_MemoryCtx* ctx) {
637 STAGE_PP(load_565_dst, const SkJumper_MemoryCtx* ctx) {
641 STAGE_PP(store_565, const SkJumper_MemoryCtx* ctx) {
680 STAGE_PP(load_4444, const SkJumper_MemoryCtx* ctx) {
683 STAGE_PP(load_4444_dst, const SkJumper_MemoryCtx* ctx) {
686 STAGE_PP(store_4444, const SkJumper_MemoryCtx* ctx) {
704 STAGE_PP(load_a8, const SkJumper_MemoryCtx* ctx) {
708 STAGE_PP(load_a8_dst, const SkJumper_MemoryCtx* ctx) {
712 STAGE_PP(store_a8, const SkJumper_MemoryCtx* ctx) {
722 STAGE_PP(load_g8, const SkJumper_MemoryCtx* ctx) {
726 STAGE_PP(load_g8_dst, const SkJumper_MemoryCtx* ctx) {
730 STAGE_PP(luminance_to_alpha, Ctx::None) {
743 STAGE_PP(scale_1_float, const float* f) {
750 STAGE_PP(lerp_1_float, const float* f) {
758 STAGE_PP(scale_u8, const SkJumper_MemoryCtx* ctx) {
765 STAGE_PP(lerp_u8, const SkJumper_MemoryCtx* ctx) {
778 STAGE_PP(scale_565, const SkJumper_MemoryCtx* ctx) {
788 STAGE_PP(lerp_565, const SkJumper_MemoryCtx* ctx) {
916 STAGE_PP(srcover_rgba_8888, const SkJumper_MemoryCtx* ctx) {
926 STAGE_PP(srcover_bgra_8888, const SkJumper_MemoryCtx* ctx) {