Lines Matching refs:SK_OPTS_NS
10 #define SK_OPTS_NS hsw macro
26 cubic_solver = SK_OPTS_NS::cubic_solver; in Init_hsw()
28 RGBA_to_BGRA = SK_OPTS_NS::RGBA_to_BGRA; in Init_hsw()
29 RGBA_to_rgbA = SK_OPTS_NS::RGBA_to_rgbA; in Init_hsw()
30 RGBA_to_bgrA = SK_OPTS_NS::RGBA_to_bgrA; in Init_hsw()
31 gray_to_RGB1 = SK_OPTS_NS::gray_to_RGB1; in Init_hsw()
32 grayA_to_RGBA = SK_OPTS_NS::grayA_to_RGBA; in Init_hsw()
33 grayA_to_rgbA = SK_OPTS_NS::grayA_to_rgbA; in Init_hsw()
34 inverted_CMYK_to_RGB1 = SK_OPTS_NS::inverted_CMYK_to_RGB1; in Init_hsw()
35 inverted_CMYK_to_BGR1 = SK_OPTS_NS::inverted_CMYK_to_BGR1; in Init_hsw()
37 #define M(st) stages_highp[SkRasterPipeline::st] = (StageFn)SK_OPTS_NS::st; in Init_hsw()
39 just_return_highp = (StageFn)SK_OPTS_NS::just_return; in Init_hsw()
40 start_pipeline_highp = SK_OPTS_NS::start_pipeline; in Init_hsw()
43 #define M(st) stages_lowp[SkRasterPipeline::st] = (StageFn)SK_OPTS_NS::lowp::st; in Init_hsw()
45 just_return_lowp = (StageFn)SK_OPTS_NS::lowp::just_return; in Init_hsw()
46 start_pipeline_lowp = SK_OPTS_NS::lowp::start_pipeline; in Init_hsw()
49 interpret_skvm = SK_OPTS_NS::interpret_skvm; in Init_hsw()