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

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
mycode.cc 45 float nx = -x; local
46 int ix = (int) nx;
58 float nx = -x; local
59 int ix = (int) nx;
60 if( nx == (float) ix ) return x;
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
bitmap.c 47 static const GLfloat nx[3] = {-1.2, 0, 0}; local
75 glRasterPos3fv(nx);
100 glTexCoord2f(0, 0); glVertex3fv(nx);
101 glTexCoord2f(1, 0); glVertex3fv(nx);
102 glTexCoord2f(1, 1); glVertex3fv(nx);
103 glTexCoord2f(0, 1); glVertex3fv(nx);
233 const char *nx = local
244 MakeTexImage(nx, Textures[1]);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 573 unsigned nx = rect->w >> k; local
580 m += ((ty * nx) + tx) << k << k;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 573 unsigned nx = rect->w >> k; local
580 m += ((ty * nx) + tx) << k << k;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-trap.c 107 int nx = (ne + e->dy - 1) / e->dy; local
108 e->e = ne - nx * (pixman_fixed_48_16_t) e->dy;
109 e->x += nx * e->signdx;
116 int nx = (-ne) / e->dy; local
117 e->e = ne + nx * (pixman_fixed_48_16_t) e->dy;
118 e->x -= nx * e->signdx;
141 int nx = ne / e->dy; local
142 ne -= nx * (pixman_fixed_48_16_t)e->dy;
143 stepx += nx * e->signdx;
  /xsrc/external/mit/xmh/dist/
popup.c 134 Position nx, ny; local
145 nx = (GetWidth(widget) - GetWidth(popup)) / 2;
147 if (nx < 0) nx = 0;
149 XtTranslateCoords(widget, nx, ny, &x, &y);
  /xsrc/external/mit/xorg-server/dist/mi/
miwindow.c 359 int nx, ny; /* destination x,y */ local
475 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
492 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
494 dx = (oldx - nx) - offx;
516 RegionTranslate(pRegion, nx - oldx, ny - oldy);
527 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
547 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
549 oldpt.x = oldx + (x - nx);
mioverlay.c 1083 int nx, ny; /* destination x,y */ local
1224 GravityTranslate(x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1244 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1246 dx = (oldx - nx) - offx;
1269 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1276 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1291 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1302 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1322 GravityTranslate(x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1324 oldpt.x = oldx + (x - nx);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwindow.c 383 int nx, ny; /* destination x,y */ local
513 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
533 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
535 dx = (oldx - nx) - offx;
560 RegionTranslate(pRegion, nx - oldx, ny - oldy);
573 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
595 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
597 oldpt.x = oldx + (x - nx);
mioverlay.c 1131 int nx, ny; /* destination x,y */ local
1280 GravityTranslate (x, y, oldx, oldy, dw, dh, pWin->bitGravity, &nx, &ny);
1300 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1302 dx = (oldx - nx) - offx;
1327 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1335 RegionTranslate(oldWinClip2, oldx - nx, oldy - ny);
1351 RegionTranslate(pRegion, nx - oldx, ny - oldy);
1363 RegionTranslate(oldWinClip, oldx - nx, oldy - ny);
1383 GravityTranslate (x, y, oldx, oldy, dw, dh, g, &nx, &ny);
1385 oldpt.x = oldx + (x - nx);
    [all...]
  /xsrc/external/mit/xorg-server/dist/composite/
compwindow.c 246 int nx = pWin->drawable.x - bw; local
249 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny) {
250 pPixmap->screen_x = nx;
  /xsrc/external/mit/xorg-server.old/dist/composite/
compwindow.c 228 int nx = pWin->drawable.x - bw; local
231 if (pPixmap->screen_x != nx || pPixmap->screen_y != ny)
233 pPixmap->screen_x = nx;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 228 unsigned nx = util_format_get_nblocksx(src->format, src_box->width) local
238 nv50_m2mf_transfer_rect(nv50, &drect, &srect, nx, ny);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 239 unsigned nx = util_format_get_nblocksx(src->format, src_box->width) local
249 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny);
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/
compute.c 196 int nx = (target == PIPE_BUFFER ? (w / dx) : local
215 for (x = 0; x < nx; ++x) {
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : local
257 for (x = 0; x < nx; ++x) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 228 unsigned nx = util_format_get_nblocksx(src->format, src_box->width) local
238 nv50_m2mf_transfer_rect(nv50, &drect, &srect, nx, ny);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 232 unsigned nx = util_format_get_nblocksx(src->format, src_box->width) local
242 nvc0->m2mf_copy_rect(nvc0, &drect, &srect, nx, ny);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/
compute.c 196 int nx = (target == PIPE_BUFFER ? (w / dx) : local
215 for (x = 0; x < nx; ++x) {
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : local
257 for (x = 0; x < nx; ++x) {
  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
insurfeval.cc 192 float nx = cos(v) * sin(u); local
195 float x= Ox+r * nx;
199 temp_normal[0] = nx;
206 // glNormal3f(nx,ny,nz);
216 float nx = cos(v); local
219 float x= Ox+r * nx;
223 temp_normal[0] = nx;
231 glNormal3f(nx,ny,nz);
  /xsrc/external/mit/xorg-server/dist/randr/
rrcrtc.c 1901 int nx, ny; local
1907 miPointerGetPosition(pDev, &nx, &ny);
1909 if ((nx >= left) && (nx < right) && (ny >= top) && (ny < bottom)) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 4238 int nx = (new->drawable.width + old->drawable.width - 1) / old->drawable.width; local
4250 for (sx = 0; sx < nx; sx++) {
  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
marshal_generated1.c 1522 GLbyte nx; member in struct:marshal_cmd_Normal3b
1529 GLbyte nx = cmd->nx; local
1532 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1538 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz)
1544 cmd->nx = nx;
1580 GLdouble nx; member in struct:marshal_cmd_Normal3d
1587 GLdouble nx = cmd->nx; local
1638 GLfloat nx; member in struct:marshal_cmd_Normal3f
1645 GLfloat nx = cmd->nx; local
1696 GLint nx; member in struct:marshal_cmd_Normal3i
1703 GLint nx = cmd->nx; local
1754 GLshort nx; member in struct:marshal_cmd_Normal3s
1761 GLshort nx = cmd->nx; local
    [all...]
marshal_generated7.c 4459 GLhalfNV nx; member in struct:marshal_cmd_Normal3hNV
4466 GLhalfNV nx = cmd->nx; local
4469 CALL_Normal3hNV(ctx->CurrentServerDispatch, (nx, ny, nz));
4475 _mesa_marshal_Normal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
4481 cmd->nx = nx;
6237 GLfixed nx; member in struct:marshal_cmd_Normal3x
6244 GLfixed nx = cmd->nx; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 5790 int nx = (new->drawable.width + old->drawable.width - 1) / old->drawable.width; local
5802 for (sx = 0; sx < nx; sx++) {
  /xsrc/external/mit/MesaLib.old/src/mapi/glapi/
marshal_generated.c 1780 GLbyte nx; member in struct:marshal_cmd_Normal3b
1787 const GLbyte nx = cmd->nx; local
1790 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1793 _mesa_marshal_Normal3b(GLbyte nx, GLbyte ny, GLbyte nz)
1801 cmd->nx = nx;
1810 CALL_Normal3b(ctx->CurrentServerDispatch, (nx, ny, nz));
1850 GLdouble nx; member in struct:marshal_cmd_Normal3d
1857 const GLdouble nx = cmd->nx local
1920 GLfloat nx; member in struct:marshal_cmd_Normal3f
1927 const GLfloat nx = cmd->nx; local
1990 GLint nx; member in struct:marshal_cmd_Normal3i
1997 const GLint nx = cmd->nx; local
2060 GLshort nx; member in struct:marshal_cmd_Normal3s
2067 const GLshort nx = cmd->nx; local
39353 GLfixed nx; member in struct:marshal_cmd_Normal3x
39360 const GLfixed nx = cmd->nx; local
    [all...]

Completed in 160 milliseconds