Home | History | Annotate | Download | only in pixelflinger2

Lines Matching defs:x0

145     const unsigned x0 = texcoordWrap(wrapS, tex_coord[0], width, &xLerp);
150 PointSample<format>(sample, data, y0 * width + x0);
158 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
160 PointSample<format>((unsigned *)(samples + 0), data, y0 * width + x0);
166 PointSample<format>((unsigned *)(samples + 3), data, y1 * width + x0);
254 const unsigned x0 = texcoordWrap(wrapS, s, width, &xLerp);
259 PointSample<format>(sample, data, y0 * width + x0);
267 const unsigned x1 = MIN2(width - 1, x0 + 1), y1 = MIN2(height - 1, y0 + 1);
269 PointSample<format>((unsigned *)(samples + 0), data, face * width * height + y0 * width + x0);
275 PointSample<format>((unsigned *)(samples + 3), data, face * width * height + y1 * width + x0);