Searched refs:xRight (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c370 GLfloat xLeft, xRight, yBot, yTop; local
374 xRight = x1 + line->halfWidth;
386 xRight = x0 + line->halfWidth;
398 ixRight = (GLint) (xRight + 1.0F);
416 GLfloat yBot, yTop, xLeft, xRight; local
423 xRight = x0 + line->halfWidth;
427 xRight = x0 + 3.0F * line->halfWidth;
435 xRight = x1 + line->halfWidth;
439 xRight = x1 + 3.0F * line->halfWidth;
446 /*printf("avg span width: %g\n", xRight
[all...]
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp267 Short4 xRight[4];
272 xRight[q] = xLeft[q];
275 xRight[q] = Swizzle(xRight[q], 0xF5) - Short4(0, 1, 0, 1);
285 Short4 mask = CmpGT(xxxx, xLeft[q]) & CmpGT(xRight[q], xxxx);

Completed in 5203 milliseconds