Home
last modified time | relevance | path

Searched refs:xbase (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkBitmapProcState_matrix_repeat.h233 int32x4_t xbase, ybase; in AFFINE_NOFILTER_NAME() local
237 xbase = vdupq_n_s32(fx); in AFFINE_NOFILTER_NAME()
238 xbase = vsetq_lane_s32(fx+dx, xbase, 1); in AFFINE_NOFILTER_NAME()
239 xbase = vsetq_lane_s32(fx+dx+dx, xbase, 2); in AFFINE_NOFILTER_NAME()
240 xbase = vsetq_lane_s32(fx+dx+dx+dx, xbase, 3); in AFFINE_NOFILTER_NAME()
255 xout = vandq_s32(xbase, vdupq_n_s32(0xffff)); in AFFINE_NOFILTER_NAME()
269 xbase = vaddq_s32 (xbase, vdupq_n_s32(dx4)); in AFFINE_NOFILTER_NAME()
DSkBitmapProcState_matrix_clamp.h196 int32x4_t xbase, ybase; in AFFINE_NOFILTER_NAME() local
206 xbase = vdupq_n_s32(fx); in AFFINE_NOFILTER_NAME()
207 xbase = vsetq_lane_s32(fx+dx, xbase, 1); in AFFINE_NOFILTER_NAME()
208 xbase = vsetq_lane_s32(fx+dx+dx, xbase, 2); in AFFINE_NOFILTER_NAME()
209 xbase = vsetq_lane_s32(fx+dx+dx+dx, xbase, 3); in AFFINE_NOFILTER_NAME()
218 x2base = vaddq_s32(xbase, vdupq_n_s32(dx4)); in AFFINE_NOFILTER_NAME()
227 xout = xbase; in AFFINE_NOFILTER_NAME()
259 xbase = vaddq_s32 (xbase, vdupq_n_s32 (dx8)); in AFFINE_NOFILTER_NAME()
/external/bison/src/
Dvcg.h592 int xbase; member
Dvcg.c75 g->xbase = G_XBASE; in new_graph()
688 if (g->xbase != G_XBASE) in output_graph()
689 fprintf (fout, "\txbase:\t%d\n", g->xbase); in output_graph()