Searched defs:zx (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_zoom.c104 * 'zx' is screen position of a pixel in the zoomed image, who's left edge
110 unzoom_x(GLfloat zoomX, GLint imageX, GLint zx) argument
113 zx = imageX + (x - imageX) * zoomX;
114 zx - imageX = (x - imageX) * zoomX;
115 (zx - imageX) / zoomX = x - imageX;
119 zx++;
120 x = imageX + (GLint) ((zx - imageX) / zoomX);
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
929 zx = z * x;
938 M(0,2) = (one_c * zx) + ys;
946 M(2,0) = (one_c * zx) - ys;
/external/valgrind/VEX/priv/
H A Dhost_arm64_isel.c1554 Bool zx = e->Iex.Binop.op == Iop_Shr32; local
1557 HReg dst = zx ? widen_z_32_to_64(env, argL)

Completed in 780 milliseconds