Searched defs:fx3 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp49 SkFixed fx1, fx2, fx3; local
55 fx3 = fx2+dx;
61 lbase = vsetq_lane_s32(fx3, lbase, 3);
H A DSkBitmapProcState_matrix_repeat_neon.h105 SkFixed fx1, fx2, fx3; local
111 fx3 = fx2+dx;
116 lbase = vsetq_lane_s32(fx3, lbase, 3);
H A DSkBitmapProcState_matrix_clamp_neon.h108 SkFixed fx1, fx2, fx3; local
114 fx3 = fx2+dx;
121 lbase = vsetq_lane_s32(fx3, lbase, 3);
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp49 SkFixed fx1, fx2, fx3; local
55 fx3 = fx2+dx;
61 lbase = vsetq_lane_s32(fx3, lbase, 3);
H A DSkBitmapProcState_matrix_repeat_neon.h105 SkFixed fx1, fx2, fx3; local
111 fx3 = fx2+dx;
116 lbase = vsetq_lane_s32(fx3, lbase, 3);
H A DSkBitmapProcState_matrix_clamp_neon.h108 SkFixed fx1, fx2, fx3; local
114 fx3 = fx2+dx;
121 lbase = vsetq_lane_s32(fx3, lbase, 3);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c295 const GLfloat fx3 = sx - info->qx3; local
301 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3);
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c295 const GLfloat fx3 = sx - info->qx3; local
301 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3);

Completed in 160 milliseconds