Lines Matching refs:M
35 #define SK_RASTER_PIPELINE_STAGES(M) \ argument
36 M(callback) \
37 M(move_src_dst) M(move_dst_src) \
38 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_a_dst) M(clamp_gamut) \
39 M(unpremul) M(premul) M(premul_dst) \
40 M(force_opaque) M(force_opaque_dst) \
41 M(set_rgb) M(unbounded_set_rgb) M(swap_rb) M(swap_rb_dst) \
42 M(from_srgb) M(to_srgb) \
43 M(black_color) M(white_color) M(uniform_color) M(unbounded_uniform_color) \
44 M(seed_shader) M(dither) \
45 M(load_a8) M(load_a8_dst) M(store_a8) M(gather_a8) \
46 M(load_565) M(load_565_dst) M(store_565) M(gather_565) \
47 M(load_4444) M(load_4444_dst) M(store_4444) M(gather_4444) \
48 M(load_f16) M(load_f16_dst) M(store_f16) M(gather_f16) \
49 M(load_f32) M(load_f32_dst) M(store_f32) M(gather_f32) \
50 M(load_8888) M(load_8888_dst) M(store_8888) M(gather_8888) \
51 M(load_1010102) M(load_1010102_dst) M(store_1010102) M(gather_1010102) \
52 M(alpha_to_gray) M(alpha_to_gray_dst) M(luminance_to_alpha) \
53 M(bilerp_clamp_8888) \
54 M(store_u16_be) \
55 M(load_src) M(store_src) M(load_dst) M(store_dst) \
56 M(scale_u8) M(scale_565) M(scale_1_float) \
57 M( lerp_u8) M( lerp_565) M( lerp_1_float) \
58 M(dstatop) M(dstin) M(dstout) M(dstover) \
59 M(srcatop) M(srcin) M(srcout) M(srcover) \
60 M(clear) M(modulate) M(multiply) M(plus_) M(screen) M(xor_) \
61 M(colorburn) M(colordodge) M(darken) M(difference) \
62 M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
63 M(hue) M(saturation) M(color) M(luminosity) \
64 M(srcover_rgba_8888) \
65 M(matrix_translate) M(matrix_scale_translate) \
66 M(matrix_2x3) M(matrix_3x3) M(matrix_3x4) M(matrix_4x5) M(matrix_4x3) \
67 M(matrix_perspective) \
68 M(parametric) M(gamma) \
69 M(mirror_x) M(repeat_x) \
70 M(mirror_y) M(repeat_y) \
71 M(decal_x) M(decal_y) M(decal_x_and_y) \
72 M(check_decal_mask) \
73 M(negate_x) \
74 M(bilinear_nx) M(bilinear_px) M(bilinear_ny) M(bilinear_py) \
75 M(bicubic_n3x) M(bicubic_n1x) M(bicubic_p1x) M(bicubic_p3x) \
76 M(bicubic_n3y) M(bicubic_n1y) M(bicubic_p1y) M(bicubic_p3y) \
77 M(save_xy) M(accumulate) \
78 M(clamp_x_1) M(mirror_x_1) M(repeat_x_1) \
79 M(evenly_spaced_gradient) \
80 M(gradient) \
81 M(evenly_spaced_2_stop_gradient) \
82 M(xy_to_unit_angle) \
83 M(xy_to_radius) \
84 M(xy_to_2pt_conical_strip) \
85 M(xy_to_2pt_conical_focal_on_circle) \
86 M(xy_to_2pt_conical_well_behaved) \
87 M(xy_to_2pt_conical_smaller) \
88 M(xy_to_2pt_conical_greater) \
89 M(alter_2pt_conical_compensate_focal) \
90 M(alter_2pt_conical_unswap) \
91 M(mask_2pt_conical_nan) \
92 M(mask_2pt_conical_degenerates) M(apply_vector_mask) \
93 M(byte_tables) \
94 M(rgb_to_hsl) M(hsl_to_rgb) \
95 M(gauss_a_to_rgba) \
96 M(emboss)
190 #define M(stage) stage, macro
191 SK_RASTER_PIPELINE_STAGES(M)
192 #undef M