Searched refs:vx (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/xsrc/external/mit/pixman/dist/test/
H A Dscaling-helpers-test.c21 int64_t vx = vx_; local in function:bilinear_pad_repeat_get_scanline_bounds_ref
29 if (vx < 0)
31 if (vx + pixman_fixed_1 < 0)
36 else if (vx + pixman_fixed_1 >= pixman_int_to_fixed (source_image_width))
38 if (vx >= pixman_int_to_fixed (source_image_width))
47 vx += unit_x;
60 pixman_fixed_t vx = prng_rand_n(10000 << 16) - (3000 << 16); local in function:main
67 vx,
76 vx,
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dprim.c306 GLint vx[8][2]; local in function:TriangleFan
319 vx[0][0] = x0; vx[0][1] = y1;
320 vx[1][0] = x0; vx[1][1] = y2;
321 vx[2][0] = x1; vx[2][1] = y3;
322 vx[3][0] = x2; vx[3][1] = y3;
323 vx[
352 GLint vx[8][2]; local in function:PolygonFunc
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.c442 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:ViaXvMCCreateContext
447 if (-1 == vx->xvmc_port) {
448 vx->xvmc_port = (vXvMC->activePorts++);
449 sAPriv->XvMCSubPicOn[vx->xvmc_port] = 0;
450 sAPriv->XvMCDisplaying[vx->xvmc_port] = 0;
486 contextRec->xvmc_port = vx->xvmc_port;
496 contextRec->initAttrs = vx->xvAttr;
689 ViaXvMCXVPriv *vx; local in function:ViaXvMCDestroyContext
697 vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv;
699 if ((i | VIA_XVMC_VALID) == vx
723 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:ViaXvMCDestroySurface
757 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:ViaXvMCDestroySubpicture
795 viaXvMCSetDisplayLock(ScrnInfoPtr pScrn,ViaXvMCXVPriv * vx) argument
823 ViaXvMCXVPriv *vx; local in function:viaXvMCInitXv
868 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:viaXvMCInterceptXvAttribute
892 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:viaXvMCInterceptXvGetAttribute
910 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:viaXvMCDisplayAttributes
932 ViaXvMCXVPriv *vx = (ViaXvMCXVPriv *) pPriv->xvmc_priv; local in function:viaXvMCInterceptPutImage
[all...]
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dprim.c320 GLint vx[8][2]; local in function:TriangleFan
333 vx[0][0] = x0; vx[0][1] = y1;
334 vx[1][0] = x0; vx[1][1] = y2;
335 vx[2][0] = x1; vx[2][1] = y3;
336 vx[3][0] = x2; vx[3][1] = y3;
337 vx[
366 GLint vx[8][2]; local in function:PolygonFunc
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dgears.c94 verts[count * 6 + 0] = (r) * vx[n]; \
106 GLfloat vx[5], vy[5]; local in function:init_gear
113 vx[0] = cos(i * a0 + 0 * da);
115 vx[1] = cos(i * a0 + 1 * da);
117 vx[2] = cos(i * a0 + 2 * da);
119 vx[3] = cos(i * a0 + 3 * da);
121 vx[4] = cos(i * a0 + 4 * da);
125 normal[0] = vx[0];
130 u = r2 * vx[1] - r1 * vx[
[all...]
H A Dtorus.c54 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz) argument
56 v[0] = vx;
H A Dpbuffer.c40 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz) argument
42 v[0] = vx;
H A Drender_tex.c43 Vertex(GLfloat *v, GLfloat vx, GLfloat vy, GLfloat vz) argument
45 v[0] = vx;
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-inlines.h264 pixman_fixed_t vx,
272 if (vx < 0)
274 tmp = ((int64_t) unit_x - 1 - vx) / unit_x;
290 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
334 pixman_fixed_t vx, \
352 x1 = pixman_fixed_to_int (vx); \
353 vx += unit_x; \
357 while (vx >= 0) \
358 vx -= src_width_fixed; \
362 x2 = pixman_fixed_to_int (vx); \
263 pad_repeat_get_scanline_bounds(int32_t source_image_width,pixman_fixed_t vx,pixman_fixed_t unit_x,int32_t * width,int32_t * left_pad,int32_t * right_pad) argument
786 bilinear_pad_repeat_get_scanline_bounds(int32_t source_image_width,pixman_fixed_t vx,pixman_fixed_t unit_x,int32_t * left_pad,int32_t * left_tz,int32_t * width,int32_t * right_tz,int32_t * right_pad) argument
[all...]
H A Dpixman-mips-dspr2.h258 pixman_fixed_t vx, \
265 pixman_fixed_t vx, \
271 vx, unit_x); \
301 pixman_fixed_t vx, \
309 pixman_fixed_t vx, \
318 vx, unit_x); \
343 pixman_fixed_t vx, \
353 pixman_fixed_t vx, \
363 vx, unit_x); \
404 pixman_fixed_t vx, \
[all...]
H A Dpixman-arm-common.h238 pixman_fixed_t vx, \
246 pixman_fixed_t vx, \
252 vx, unit_x, \
276 pixman_fixed_t vx, \
286 pixman_fixed_t vx, \
294 vx, unit_x, \
341 pixman_fixed_t vx, \
349 dst, src_top, src_bottom, wt, wb, vx, unit_x, w); \
390 pixman_fixed_t vx, \
398 dst, mask, src_top, src_bottom, wt, wb, vx, unit_
[all...]
H A Dpixman-ssse3.c57 __m128i vx = _mm_set_epi16 ( local in function:ssse3_fetch_horizontal
80 /* The weights are based on vx which is a vector of
104 vaddc, _mm_srli_epi16 (vx, 16 - BILINEAR_INTERPOLATION_BITS));
112 vx = _mm_add_epi16 (vx, vux);
H A Dpixman-sse2.c5306 pixman_fixed_t vx,
5325 s = combine1 (ps + pixman_fixed_to_int (vx), pm);
5326 vx += unit_x;
5327 while (vx >= 0)
5328 vx -= src_width_fixed;
5341 tmp1 = *(ps + pixman_fixed_to_int (vx));
5342 vx += unit_x;
5343 while (vx >= 0)
5344 vx -= src_width_fixed;
5345 tmp2 = *(ps + pixman_fixed_to_int (vx));
5303 scaled_nearest_scanline_sse2_8888_8888_OVER(uint32_t * pd,const uint32_t * ps,int32_t w,pixman_fixed_t vx,pixman_fixed_t unit_x,pixman_fixed_t src_width_fixed,pixman_bool_t fully_transparent_src) argument
5688 intptr_t vx = vx_; local in function:FAST_NEAREST_MAINLOOP_COMMON
5753 intptr_t vx = vx_; local in function:FAST_BILINEAR_MAINLOOP_COMMON
5813 intptr_t vx = vx_; local in function:FAST_BILINEAR_MAINLOOP_COMMON
5910 intptr_t vx = vx_; local in function:FAST_BILINEAR_MAINLOOP_COMMON
6067 intptr_t vx = vx_; local in function:FAST_BILINEAR_MAINLOOP_COMMON
[all...]
H A Dpixman-vmx.c2697 pixman_fixed_t vx,
2714 s = combine1 (ps + pixman_fixed_to_int (vx), pm);
2715 vx += unit_x;
2716 while (vx >= 0)
2717 vx -= src_width_fixed;
2729 tmp[0] = *(ps + pixman_fixed_to_int (vx));
2730 vx += unit_x;
2731 while (vx >= 0)
2732 vx -= src_width_fixed;
2733 tmp[1] = *(ps + pixman_fixed_to_int (vx));
2694 scaled_nearest_scanline_vmx_8888_8888_OVER(uint32_t * pd,const uint32_t * ps,int32_t w,pixman_fixed_t vx,pixman_fixed_t unit_x,pixman_fixed_t src_width_fixed,pixman_bool_t fully_transparent_src) argument
[all...]
H A Dpixman-fast-path.c1375 pixman_fixed_t vx,
1383 tmp1 = *(src + pixman_fixed_to_int (vx));
1384 vx += unit_x;
1385 tmp2 = *(src + pixman_fixed_to_int (vx));
1386 vx += unit_x;
1387 tmp3 = *(src + pixman_fixed_to_int (vx));
1388 vx += unit_x;
1389 tmp4 = *(src + pixman_fixed_to_int (vx));
1390 vx += unit_x;
1398 tmp1 = *(src + pixman_fixed_to_int (vx));
1372 scaled_nearest_scanline_565_565_SRC(uint16_t * dst,const uint16_t * src,int32_t w,pixman_fixed_t vx,pixman_fixed_t unit_x,pixman_fixed_t max_vx,pixman_bool_t fully_transparent_src) argument
1501 pixman_fixed_t vx = v.vector[0]; local in function:fast_composite_scaled_nearest
2725 pixman_fixed_t vx, vy; local in function:bits_image_fetch_separable_convolution_affine
[all...]
H A Dpixman-mmx.c3534 pixman_fixed_t vx,
3545 __m64 s = load (ps + pixman_fixed_to_int (vx));
3546 vx += unit_x;
3547 while (vx >= 0)
3548 vx -= src_width_fixed;
3577 pixman_fixed_t vx,
3595 uint32_t s = *(src + pixman_fixed_to_int (vx));
3596 vx += unit_x;
3597 while (vx >= 0)
3598 vx
3531 scaled_nearest_scanline_mmx_8888_8888_OVER(uint32_t * pd,const uint32_t * ps,int32_t w,pixman_fixed_t vx,pixman_fixed_t unit_x,pixman_fixed_t src_width_fixed,pixman_bool_t fully_transparent_src) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_analysis.c74 * vx------+
80 make_vert(const float (*vx)[4], argument
84 out[0][0] = vx[0][0];
86 out[0][2] = vx[0][2];
87 out[0][3] = vx[0][3];
88 out[1][0] = vx[1][0];
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c1102 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy) argument
1164 *vx = x;
1169 aspect, *vx, *vy);
1849 int vx = 0, vy = 0; local in function:xf86ValidateModes
1851 if (p->HDisplay > vx && p->VDisplay > vy) {
1852 vx = p->HDisplay;
1856 if (vx < virtX || vy < virtY) {
1875 vx = 0; vy = 0;
1880 if (p->HDisplay > vx && p->VDisplay > vy) {
1881 vx
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c1101 inferVirtualSize(ScrnInfoPtr scrp, DisplayModePtr modes, int *vx, int *vy) argument
1165 *vx = x;
1170 aspect, *vx, *vy);
1839 int vx = 0, vy = 0; local in function:xf86ValidateModes
1842 if (p->HDisplay > vx && p->VDisplay > vy) {
1843 vx = p->HDisplay;
1847 if (vx < virtX || vy < virtY) {
1866 vx = 0;
1872 if (p->HDisplay > vx && p->VDisplay > vy) {
1873 vx
[all...]
/xsrc/external/mit/libXv/dist/src/
H A DXv.c463 int vx, int vy,
482 req->vid_x = (INT16) vx;
503 int vx, int vy,
521 req->vid_x = (INT16) vx;
542 int vx, int vy,
560 req->vid_x = (INT16) vx;
581 int vx, int vy,
599 req->vid_x = (INT16) vx;
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 Dpm2_video.c121 INT32 vx, vy, vw, vh; /* 12.10 fp */ member in struct:_PortPrivRec
806 pCookie->s = (pPPriv->vx << 10) + (pCookie->y2 - pPPriv->dx) * pPPriv->dS;
991 pPPriv->vx, pPPriv->vy, pPPriv->vw, pPPriv->vh,
994 DBox.x1 = pPPriv->dx - (pPPriv->vx * pPPriv->dw) / pPPriv->vw;
1083 pCookie->xy = n1 + pPPriv->vx;
1520 pPPriv->vx = ((vid_x << 10) * pPPriv->fw) / sw;
1564 pPPriv->vx = ((vid_x << 10) * pPPriv->fw) / sw;
1625 pPPriv->vx = (vid_x * pPPriv->fw) / sw;
1671 pPPriv->vx = (vid_x * pPPriv->fw) / sw;
1802 pPPriv->vx
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c1665 GLfloat vx = dvdx * scaling; local in function:sample_2d_ewa
1672 GLfloat A = vx*vx+vy*vy+1;
1673 GLfloat B = -2*(ux*vx+uy*vy);
1786 GLfloat vx = dvdx * scaling; local in function:sample_2d_footprint
1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */
1805 dt = vx / ((GLfloat) img->Height2);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c1665 GLfloat vx = dvdx * scaling; local in function:sample_2d_ewa
1672 GLfloat A = vx*vx+vy*vy+1;
1673 GLfloat B = -2*(ux*vx+uy*vy);
1786 GLfloat vx = dvdx * scaling; local in function:sample_2d_footprint
1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */
1805 dt = vx / ((GLfloat) img->Height2);
/xsrc/external/mit/libXfontcache/dist/
H A Dconfig.sub1093 vpp*|vx|vx-*)
/xsrc/external/mit/libxkbui/dist/
H A Dconfig.sub979 vpp*|vx|vx-*)

Completed in 49 milliseconds

1234567891011>>