Lines Matching refs:hsw_lowp
130 ASM(start_pipeline,hsw_lowp ),
137 ASM(start_pipeline_2d,hsw_lowp ),
144 ASM(just_return,hsw_lowp ),
160 #define M(st) StageFn ASM(st,hsw_lowp);
189 static constexpr StageFn* hsw_lowp() { return nullptr; } in hsw_lowp() function
195 template <> constexpr StageFn* hsw_lowp<SkRasterPipeline::st>() { \
196 return ASM(st,hsw_lowp); \
326 #define M(st) hsw_lowp<SkRasterPipeline::st>(), in choose_lowp()
328 ASM(start_pipeline ,hsw_lowp), in choose_lowp()
329 ASM(start_pipeline_2d,hsw_lowp), in choose_lowp()
330 ASM(just_return ,hsw_lowp) in choose_lowp()