| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | gears.c | 95 verts[count * 6 + 1] = (r) * vy[n]; \ 106 GLfloat vx[5], vy[5]; local in function:init_gear 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[ [all...] |
| H A D | torus.c | 54 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz) argument 57 v[1] = vy;
|
| H A D | pbuffer.c | 40 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz) argument 43 v[1] = vy;
|
| H A D | render_tex.c | 43 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz) argument 46 v[1] = vy;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_analysis.c | 77 * out-----vy 81 const float (*vy)[4], 85 out[0][1] = vy[0][1]; 89 out[1][1] = vy[1][1]; 80 make_vert(const float (* vx)[4],const float (* vy)[4],float (* out)[4]) argument
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-inlines.h | 456 pixman_fixed_t vx, vy; \ 495 vy = v.vector[1]; \ 503 repeat (PIXMAN_REPEAT_NORMAL, &vy, max_vy); \ 524 y = pixman_fixed_to_int (vy); \ 525 vy += unit_y; \ 527 repeat (PIXMAN_REPEAT_NORMAL, &vy, max_vy); \ 866 pixman_fixed_t vx, vy; \ 910 vy = v.vector[1]; \ 964 y1 = pixman_fixed_to_int (vy); \ 965 weight2 = pixman_fixed_to_bilinear_weight (vy); \ [all...] |
| H A D | pixman-fast-path.c | 1470 pixman_fixed_t vy; local in function:fast_composite_scaled_nearest 1498 vy = v.vector[1]; 1502 int y = pixman_fixed_to_int (vy); 1509 vy += unit_y; 2725 pixman_fixed_t vx, vy; local in function:bits_image_fetch_separable_convolution_affine 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/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1102 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy) argument 1165 *vy = y; 1169 aspect, *vx, *vy); 1849 int vx = 0, vy = 0; local in function:xf86ValidateModes 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 [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1101 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy) argument 1166 *vy = y; 1170 aspect, *vx, *vy); 1839 int vx = 0, vy = 0; local in function:xf86ValidateModes 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 [all...] |
| /xsrc/external/mit/libXv/dist/src/ |
| H A D | Xv.c | 463 int vx, int vy, 483 req->vid_y = (INT16) vy; 503 int vx, int vy, 522 req->vid_y = (INT16) vy; 542 int vx, int vy, 561 req->vid_y = (INT16) vy; 581 int vx, int vy, 600 req->vid_y = (INT16) vy; 458 XvPutVideo(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 498 XvPutStill(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 537 XvGetVideo(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument 576 XvGetStill(Display * dpy,XvPortID port,Drawable d,GC gc,int vx,int vy,unsigned int vw,unsigned int vh,int dx,int dy,unsigned int dw,unsigned int dh) argument
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | 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 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 1667 GLfloat vy = dvdy * scaling; local in function:sample_2d_ewa 1672 GLfloat A = vx*vx+vy*vy+1; 1673 GLfloat B = -2*(ux*vx+uy*vy); 1788 GLfloat vy = dvdy * scaling; local in function:sample_2d_footprint 1791 GLfloat Py2 = uy * uy + vy * vy; /* squared length of dy */ 1810 dt = vy / ((GLfloat) img->Height2);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 1667 GLfloat vy = dvdy * scaling; local in function:sample_2d_ewa 1672 GLfloat A = vx*vx+vy*vy+1; 1673 GLfloat B = -2*(ux*vx+uy*vy); 1788 GLfloat vy = dvdy * scaling; local in function:sample_2d_footprint 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/ |
| H A D | sp_tex_sample.c | 2350 const float vy = dvdy * scaling; local in function:img_filter_2d_ewa 2355 float A = vx*vx+vy*vy+1; 2356 float B = -2*(ux*vx+uy*vy);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2364 const float vy = dvdy * scaling; local in function:img_filter_2d_ewa 2369 float A = vx*vx+vy*vy+1; 2370 float B = -2*(ux*vx+uy*vy);
|