HomeSort by: relevance | last modified time | path
    Searched refs:ux (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-ssse3.c 54 int y, pixman_fixed_t x, pixman_fixed_t ux, int n)
59 - (x + ux + 1), x + ux, - (x + ux + 1), x + ux);
61 - 2 * ux, 2 * ux, - 2 * ux, 2 * ux,
62 - 2 * ux, 2 * ux, - 2 * ux, 2 * ux)
160 pixman_fixed_t fx, ux; local
    [all...]
pixman-bits-image.c 487 pixman_fixed_t ux, uy; local
503 ux = image->common.transform->matrix[0][0];
508 ux = pixman_fixed_1;
524 x += ux;
643 pixman_fixed_t ux, uy, uw; local
657 ux = image->common.transform->matrix[0][0];
663 ux = pixman_fixed_1;
694 x += ux;
pixman-fast-path.c 2280 int y, pixman_fixed_t x, pixman_fixed_t ux, int n)
2330 x += ux;
2339 pixman_fixed_t fx, ux; local
2349 ux = iter->image->common.transform->matrix[0][0];
2362 &iter->image->bits, line0, y0, fx, ux, iter->width);
2368 &iter->image->bits, line1, y1, fx, ux, iter->width);
2499 pixman_fixed_t ux_top, ux_bottom, ux; local
2520 ux = ux_top = ux_bottom = bits->common.transform->matrix[0][0];
2550 ux_top = ux;
2563 ux_bottom = ux;
2726 pixman_fixed_t ux, uy; local
2862 pixman_fixed_t ux, uy; local
3016 pixman_fixed_t ux, uy; local
    [all...]
pixman-arm-common.h 329 pixman_fixed_t ux, \
378 pixman_fixed_t ux, \
pixman-mips-dspr2.h 393 pixman_fixed_t ux, \
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_norm_tmp.h 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
64 tx = ux * m0 + uy * m1 + uz * m2;
65 ty = ux * m4 + uy * m5 + uz * m6;
66 tz = ux * m8 + uy * m9 + uz * m10;
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
93 tx = ux * m0 + uy * m1 + uz * m2;
94 ty = ux * m4 + uy * m5 + uz * m6;
95 tz = ux * m8 + uy * m9 + uz * m10;
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
131 tx = ux * m0
157 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
194 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
226 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
256 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
286 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_norm_tmp.h 63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
64 tx = ux * m0 + uy * m1 + uz * m2;
65 ty = ux * m4 + uy * m5 + uz * m6;
66 tz = ux * m8 + uy * m9 + uz * m10;
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
93 tx = ux * m0 + uy * m1 + uz * m2;
94 ty = ux * m4 + uy * m5 + uz * m6;
95 tz = ux * m8 + uy * m9 + uz * m10;
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
131 tx = ux * m0
157 const GLfloat ux = from[0], uy = from[1], uz = from[2]; local
194 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
226 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
256 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
286 GLfloat ux = from[0], uy = from[1], uz = from[2]; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
WMGeom.c 59 int ux, uy; /* returned values from parse */ local
94 rmask = umask = XParseGeometry (user_geom, &ux, &uy, &uwidth, &uheight);
133 (DisplayWidth (dpy, screen) + ux - rwidth - 2 * bwidth) : ux);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
tex3d-layout.lua 74 printf("Found texture state: %ux%ux%u (MIN_LAYERSZ=0x%x)\n",
109 --printf("%u: %ux%u, addr=%x\n", n, blit.width, blit.height, blit.addr)
115 printf("I am confused! %ux%u vs %ux%u\n", blit.width, blit.height, minify(w, 1), minify(h, 1))
124 printf("level=%u, layer=%u, sz=%ux%u, pitch=%u, offset=0x%x, addr=%x",
parse-submits.lua 21 dbg("MRT: %s %ux%u 0x%x\n", fmt, w, h, base)
39 dbg("SRC: %s %ux%u 0x%x\n", fmt, w, h, base)
112 printf(" bin size: %ux%u (%u bins)\n", binw, binh, nbins)
140 printf(" MRT[0x%x:0x%x]:\t%ux%u\t\t%s (%s)", base, mrt.flag, mrt.w, mrt.h, mrt.format, mrt.samples)
160 printf(" SRC[0x%x:0x%x]:\t%ux%u\t\t%s (%s)\n", source.base, source.flag, source.w, source.h, source.format, source.samples)
texturator-to-unit-test.lua 106 printf("Found texture state:\n %ux%ux%u (%s, %s, MIN_LAYERSZ=0x%x, TILE_ALL=%s, UBWC=%s FLAG_LOG2=%ux%u %s)\n",
texturator-to-unit-test-5xx.lua 117 printf("Found texture state:\n %ux%ux%u (%s, %s, UBWC=%s)\n",
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime.h 93 int ux, uy, uw, uh, us, um; member in struct:__anon6967
crime_accel.c 438 fPtr->ux = 0;
442 fPtr->ux = x;
462 WRITE4(CRIME_DE_X_VERTEX_0, (fPtr->ux << 16) | fPtr->uy);
464 ((fPtr->ux + fPtr->uw - 1) << 16) | (fPtr->uy));
512 fPtr->ux = x;
524 int idx = fPtr->uw, x = fPtr->ux;
  /xsrc/external/mit/MesaLib/dist/src/mesa/sparc/
norm.S 50 ld [%o5 + 0x00], %f0 ! ux = from[0]
56 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2)
57 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
115 ld [%o5 + 0x00], %f0 ! ux = from[0]
121 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2)
122 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
123 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
189 ld [%o5 + 0x00], %f0 ! ux = from[0]
195 /* tx (f3) = (ux * m0
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/
norm.S 50 ld [%o5 + 0x00], %f0 ! ux = from[0]
56 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2)
57 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
58 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
115 ld [%o5 + 0x00], %f0 ! ux = from[0]
121 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2)
122 * ty (f5) = (ux * m4) + (uy * m5) + (uz * m6)
123 * tz (f7) = (ux * m8) + (uy * m9) + (uz * m10)
189 ld [%o5 + 0x00], %f0 ! ux = from[0]
195 /* tx (f3) = (ux * m0
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/
input.c 1370 double x, ux; local
1387 assert(valuator_mask_fetch_unaccelerated(mask, 0, &x, &ux));
1389 assert(ux == 2.0);
1391 ux = 0xfe;
1392 assert(!valuator_mask_fetch_unaccelerated(mask, 1, &x, &ux));
1394 assert(ux == 0xfe);
1418 assert(valuator_mask_fetch_unaccelerated(mask, 0, &x, &ux));
1420 assert(ux == 2.0);
1421 assert(valuator_mask_fetch_unaccelerated(mask, 1, &x, &ux));
1423 assert(ux == 4.5)
    [all...]
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 1709 TRACE((" %ux%u ascent=%u descent=%u\n", font->max_advance_width,
1806 TRACE((" %ux%u ascent=%u descent=%u\n", font->max_advance_width,
1823 printf(" %ux%u ascent=%u descent=%u\n", font->max_advance_width,
1828 printf(" final: %ux%u xmin=%u ymin=%u\n", *w, *h, *xmin, *ymin);
1892 TRACE(("determining best size of font \"%s\" for %ux%u glyph with max_pixels=%u\n",
1924 TRACE(("Giving up finding suitable Xft font size for \"%s\" at %ux%u.\n",
2002 TRACE(("got %ux%u dimensions for target size targeth=%d; trying reduced target size\n",
2010 TRACE(("checking max=%ux%u targeth=%u.%u\n", maxw, maxh, targeth /
2018 TRACE(("got %ux%u glyph; too tall; reducing target size\n", *w, *h));
2031 TRACE(("got %ux%u glyph; too wide; reducing target size\n", *w, *h))
3983 int ux, uy; local
4093 int ux = 0, uy = 0; local
4131 int ux = 0, uy = 0; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texfilter.c 1664 GLfloat ux = dudx * scaling; local
1673 GLfloat B = -2*(ux*vx+uy*vy);
1674 GLfloat C = ux*ux+uy*uy+1;
1785 GLfloat ux = dudx * scaling; local
1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */
1804 ds = ux / ((GLfloat) img->Width2);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texfilter.c 1664 GLfloat ux = dudx * scaling; local
1673 GLfloat B = -2*(ux*vx+uy*vy);
1674 GLfloat C = ux*ux+uy*uy+1;
1785 GLfloat ux = dudx * scaling; local
1790 GLfloat Px2 = ux * ux + vx * vx; /* squared length of dx */
1804 ds = ux / ((GLfloat) img->Width2);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
blt.c 1706 const pixman_fixed_t ux = pixman_double_to_fixed(t->m[0][0]); local
1787 x += ux;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 2361 const float ux = dudx * scaling; local
2370 float B = -2*(ux*vx+uy*vy);
2371 float C = ux*ux+uy*uy+1;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 2347 const float ux = dudx * scaling; local
2356 float B = -2*(ux*vx+uy*vy);
2357 float C = ux*ux+uy*uy+1;

Completed in 31 milliseconds