HomeSort by: relevance | last modified time | path
    Searched defs:vy (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
gears.c 95 verts[count * 6 + 1] = (r) * vy[n]; \
106 GLfloat vx[5], vy[5]; local
114 vy[0] = sin(i * a0 + 0 * da);
116 vy[1] = sin(i * a0 + 1 * da);
118 vy[2] = sin(i * a0 + 2 * da);
120 vy[3] = sin(i * a0 + 3 * da);
122 vy[4] = sin(i * a0 + 4 * da);
126 normal[1] = vy[0];
131 v = r2 * vy[1] - r1 * vy[0]
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Mode.c 1101 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy)
1166 *vy = y;
1170 aspect, *vx, *vy);
1839 int vx = 0, vy = 0; local
1842 if (p->HDisplay > vx && p->VDisplay > vy) {
1844 vy = p->VDisplay;
1847 if (vx < virtX || vy < virtY) {
1867 vy = 0;
1872 if (p->HDisplay > vx && p->VDisplay > vy) {
1874 vy = p->VDisplay
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Mode.c 1102 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy)
1165 *vy = y;
1169 aspect, *vx, *vy);
1849 int vx = 0, vy = 0; local
1851 if (p->HDisplay > vx && p->VDisplay > vy) {
1853 vy = p->VDisplay;
1856 if (vx < virtX || vy < virtY) {
1875 vx = 0; vy = 0;
1880 if (p->HDisplay > vx && p->VDisplay > vy) {
1882 vy = p->VDisplay
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-fast-path.c 1470 pixman_fixed_t vy; local
1498 vy = v.vector[1];
1502 int y = pixman_fixed_to_int (vy);
1509 vy += unit_y;
2725 pixman_fixed_t vx, vy; local
2742 vy = v.vector[1];
2762 y = ((vy >> y_phase_shift) << y_phase_shift) + ((1 << y_phase_shift) >> 1);
2843 vy += uy;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 2364 const float vy = dvdy * scaling; local
2369 float A = vx*vx+vy*vy+1;
2370 float B = -2*(ux*vx+uy*vy);
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texfilter.c 1667 GLfloat vy = dvdy * scaling; local
1672 GLfloat A = vx*vx+vy*vy+1;
1673 GLfloat B = -2*(ux*vx+uy*vy);
1788 GLfloat vy = dvdy * scaling; local
1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */
1810 dt = vy / ((GLfloat) img->Height2);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 2350 const float vy = dvdy * scaling; local
2355 float A = vx*vx+vy*vy+1;
2356 float B = -2*(ux*vx+uy*vy);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texfilter.c 1667 GLfloat vy = dvdy * scaling; local
1672 GLfloat A = vx*vx+vy*vy+1;
1673 GLfloat B = -2*(ux*vx+uy*vy);
1788 GLfloat vy = dvdy * scaling; local
1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */
1810 dt = vy / ((GLfloat) img->Height2);
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c 121 INT32 vx, vy, vw, vh; /* 12.10 fp */ member in struct:_PortPrivRec
807 pCookie->t = (pPPriv->vy << 10) + (pCookie->y1 - pPPriv->dy) * pPPriv->dT;
991 pPPriv->vx, pPPriv->vy, pPPriv->vw, pPPriv->vh,
995 DBox.y1 = pPPriv->dy - (pPPriv->vy * pPPriv->dh) / pPPriv->vh;
1092 pCookie->xy = (pCookie->xy & 0xFFFF) | ((n1 + pPPriv->vy) << 16);
1521 pPPriv->vy = ((vid_y << 10) * pPPriv->fh) / sh;
1565 pPPriv->vy = ((vid_y << 10) * pPPriv->fh) / sh;
1626 pPPriv->vy = (vid_y * pPPriv->fh) / sh;
1672 pPPriv->vy = (vid_y * pPPriv->fh) / sh;
1803 pPPriv->vy = src_y << 10
    [all...]

Completed in 35 milliseconds