• Home
  • Raw
  • Download

Lines Matching refs:M

40 #define SK_RASTER_PIPELINE_STAGES(M)                             \  argument
41 M(callback) \
42 M(move_src_dst) M(move_dst_src) \
43 M(clamp_0) M(clamp_1) M(clamp_a) M(clamp_a_dst) \
44 M(unpremul) M(premul) M(premul_dst) \
45 M(set_rgb) M(swap_rb) \
46 M(from_srgb) M(from_srgb_dst) M(to_srgb) \
47 M(black_color) M(white_color) M(uniform_color) \
48 M(seed_shader) M(dither) \
49 M(load_a8) M(load_a8_dst) M(store_a8) M(gather_a8) \
50 M(load_g8) M(load_g8_dst) M(gather_g8) \
51 M(load_565) M(load_565_dst) M(store_565) M(gather_565) \
52 M(load_4444) M(load_4444_dst) M(store_4444) M(gather_4444) \
53 M(load_f16) M(load_f16_dst) M(store_f16) M(gather_f16) \
54 M(load_f32) M(load_f32_dst) M(store_f32) \
55 M(load_8888) M(load_8888_dst) M(store_8888) M(gather_8888) \
56 M(load_bgra) M(load_bgra_dst) M(store_bgra) M(gather_bgra) \
57 M(load_u16_be) M(load_rgb_u16_be) M(store_u16_be) \
58 M(load_tables_u16_be) M(load_tables_rgb_u16_be) \
59 M(load_tables) M(load_rgba) M(store_rgba) \
60 M(scale_u8) M(scale_1_float) \
61 M(lerp_u8) M(lerp_565) M(lerp_1_float) \
62 M(dstatop) M(dstin) M(dstout) M(dstover) \
63 M(srcatop) M(srcin) M(srcout) M(srcover) \
64 M(clear) M(modulate) M(multiply) M(plus_) M(screen) M(xor_) \
65 M(colorburn) M(colordodge) M(darken) M(difference) \
66 M(exclusion) M(hardlight) M(lighten) M(overlay) M(softlight) \
67 M(hue) M(saturation) M(color) M(luminosity) \
68 M(srcover_rgba_8888) \
69 M(luminance_to_alpha) \
70 M(matrix_translate) M(matrix_scale_translate) \
71 M(matrix_2x3) M(matrix_3x4) M(matrix_4x5) M(matrix_4x3) \
72 M(matrix_perspective) \
73 M(parametric_r) M(parametric_g) M(parametric_b) \
74 M(parametric_a) \
75 M(table_r) M(table_g) M(table_b) M(table_a) \
76 M(lab_to_xyz) \
77 M(clamp_x) M(mirror_x) M(repeat_x) \
78 M(clamp_y) M(mirror_y) M(repeat_y) \
79 M(clamp_x_1) M(mirror_x_1) M(repeat_x_1) \
80 M(bilinear_nx) M(bilinear_px) M(bilinear_ny) M(bilinear_py) \
81 M(bicubic_n3x) M(bicubic_n1x) M(bicubic_p1x) M(bicubic_p3x) \
82 M(bicubic_n3y) M(bicubic_n1y) M(bicubic_p1y) M(bicubic_p3y) \
83 M(save_xy) M(accumulate) \
84 M(evenly_spaced_gradient) \
85 M(gauss_a_to_rgba) M(gradient) \
86 M(evenly_spaced_2_stop_gradient) \
87 M(xy_to_unit_angle) \
88 M(xy_to_radius) \
89 M(xy_to_2pt_conical_quadratic_min) \
90 M(xy_to_2pt_conical_quadratic_max) \
91 M(xy_to_2pt_conical_linear) \
92 M(mask_2pt_conical_degenerates) M(apply_vector_mask) \
93 M(byte_tables) M(byte_tables_rgb) \
94 M(rgb_to_hsl) M(hsl_to_rgb) \
95 M(store_8888_2d)
110 #define M(stage) stage, macro
111 SK_RASTER_PIPELINE_STAGES(M)
112 #undef M