| /xsrc/external/mit/xf86-input-vmmouse/dist/src/ |
| H A D | vmmouse.c | 147 static void VMMousePostEvent(InputInfoPtr pInfo, int buttons, int dx, int dy, int dz, int dw); 621 VMMousePostEvent(InputInfoPtr pInfo, int buttons, int dx, int dy, int dz, int dw) argument 635 if (dz != 0) { 637 dx = dz; 639 dx += dz; 640 dz = 0; 644 if (dz != 0) { 646 dy = dz; 648 dy += dz; 649 dz 1129 int buttons, dx, dy, dz, dw; local in function:GetVMMouseMotionEvent [all...] |
| H A D | xf86OSmouse.h | 199 int dx, int dy, int dz, int dw);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | skinning.c | 56 float dz = length / stacks; local in function:Cylinder 61 float z0 = j * dz; 74 glVertex3f(x, y, z0 + dz);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | bsd_mouse.c | 449 int dx = 0, dy = 0, dz = 0, dw = 0, x, y; local in function:wsconsReadInput 466 dz = event->value; 508 pMse->PostEvent(pInfo, buttons, dx, dy, dz, dw); 650 int dx = 0, dy = 0, dz = 0, dw = 0; local in function:usbReadInput 678 dz = hid_get_data(pBuf, &pUsbMse->loc_z); 686 pMse->PostEvent(pInfo, buttons, dx, dy, dz, dw);
|
| H A D | mouse.c | 153 int dx, int dy, int dz, int dw); 1188 int j, buttons, dx, dy, dz, dw, baddata; local in function:MouseReadInput 1273 dx = dy = dz = dw = 0; 1288 dz = (u & 0x08) ? 1290 if ((dz >= 7) || (dz <= -7)) 1291 dz = 0; 1432 dz = dw = 0; 1516 dz = (signed char)(pBuf[3] | ((pBuf[3] & 0x08) ? 0xf8 : 0)); 1526 dz 2422 MousePostEvent(InputInfoPtr pInfo,int truebuttons,int dx,int dy,int dz,int dw) argument [all...] |
| H A D | mouse.h | 200 int dx, int dy, int dz, int dw);
|
| H A D | sun_mouse.c | 415 int dx = 0, dy = 0, dz = 0, dw = 0; local in function:vuidReadInput 550 dz -= VUID_WHEEL_GETDELTA(pVuidMse->event.value); 572 pMse->PostEvent(pInfo, buttons, dx, dy, dz, dw);
|
| /xsrc/external/mit/mesa-demos/dist/src/objviewer/ |
| H A D | objview.c | 430 float dz = 0.02 * (y - View.StartY); local in function:Motion 431 View.Distance = View.StartDistance + dz;
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| H A D | ws.c | 641 int dx = 0, dy = 0, dz = 0, dw = 0; local in function:wsReadInput 684 dz = event->value; 719 if (dz && priv->negativeZ != WS_NOZMAP 722 if (dz < 0) { 732 dz = 0;
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | projtex.c | 836 float curPos[3], dx, dy, dz; local in function:trackMotion 842 dz = curPos[2] - lastPos[2]; 843 angle = 90.0 * sqrt(dx * dx + dy * dy + dz * dz);
|
| H A D | engine.c | 1080 float dz = 0.01 * (y - View.StartY); local in function:Motion 1081 View.Distance = View.StartDistance + dz;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| H A D | mouse.c | 299 int dx, dy, dz; local in function:ps2Parse 313 dz = (int) (signed char) ev[3]; 314 if (dz < 0) 319 else if (dz > 0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 156 unsigned dx, unsigned dy, unsigned dz, 169 ret = nvc0_2d_texture_set(push, true, dst, dst_level, dz, dfmt, eqfmt); 1215 float dz; local in function:nvc0_blit_3d 1248 dz = (float)info->src.box.depth / (float)info->dst.box.depth; 1251 z += 0.5f * dz; 1264 dz /= u_minify(src->depth0, l); 1355 for (i = 0; i < info->dst.box.depth; ++i, z += dz) { 1403 const int dz = info->dst.box.z; local in function:nvc0_blit_eng2d 1424 nvc0_2d_texture_set(push, 1, dst, info->dst.level, dz, info->dst.format, b); 154 nvc0_2d_texture_do_copy(struct nouveau_pushbuf * push,struct nv50_miptree * dst,unsigned dst_level,unsigned dx,unsigned dy,unsigned dz,struct nv50_miptree * src,unsigned src_level,unsigned sx,unsigned sy,unsigned sz,unsigned w,unsigned h) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 153 unsigned dx, unsigned dy, unsigned dz, 166 ret = nv50_2d_texture_set(push, 1, dst, dst_level, dz, dfmt, eqfmt); 1357 float dz; local in function:nv50_blit_3d 1395 dz = (float)info->src.box.depth / (float)info->dst.box.depth; 1398 z += 0.5f * dz; 1411 dz /= u_minify(src->depth0, l); 1440 for (i = 0; i < info->dst.box.depth; ++i, z += dz) { 1493 const int32_t dz = info->dst.box.z; local in function:nv50_blit_eng2d 1514 nv50_2d_texture_set(push, 1, dst, info->dst.level, dz, info->dst.format, b); 151 nv50_2d_texture_do_copy(struct nouveau_pushbuf * push,struct nv50_miptree * dst,unsigned dst_level,unsigned dx,unsigned dy,unsigned dz,struct nv50_miptree * src,unsigned src_level,unsigned sx,unsigned sy,unsigned sz,unsigned w,unsigned h) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_surface.c | 153 unsigned dx, unsigned dy, unsigned dz, 166 ret = nv50_2d_texture_set(push, 1, dst, dst_level, dz, dfmt, eqfmt); 1380 float dz; local in function:nv50_blit_3d 1424 dz = (float)info->src.box.depth / (float)info->dst.box.depth; 1427 z += 0.5f * dz; 1440 dz /= u_minify(src->depth0, l); 1469 for (i = 0; i < info->dst.box.depth; ++i, z += dz) { 1528 const int32_t dz = info->dst.box.z; local in function:nv50_blit_eng2d 1549 nv50_2d_texture_set(push, 1, dst, info->dst.level, dz, info->dst.format, b); 151 nv50_2d_texture_do_copy(struct nouveau_pushbuf * push,struct nv50_miptree * dst,unsigned dst_level,unsigned dx,unsigned dy,unsigned dz,struct nv50_miptree * src,unsigned src_level,unsigned sx,unsigned sy,unsigned sz,unsigned w,unsigned h) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_surface.c | 163 unsigned dx, unsigned dy, unsigned dz, 176 ret = nvc0_2d_texture_set(push, true, dst, dst_level, dz, dfmt, eqfmt); 1209 float dz; local in function:nvc0_blit_3d 1243 dz = (float)info->src.box.depth / (float)info->dst.box.depth; 1246 z += 0.5f * dz; 1259 dz /= u_minify(src->depth0, l); 1380 for (i = 0; i < info->dst.box.depth; ++i, z += dz) { 1435 const int dz = info->dst.box.z; local in function:nvc0_blit_eng2d 1456 nvc0_2d_texture_set(push, 1, dst, info->dst.level, dz, info->dst.format, b); 161 nvc0_2d_texture_do_copy(struct nouveau_pushbuf * push,struct nv50_miptree * dst,unsigned dst_level,unsigned dx,unsigned dy,unsigned dz,struct nv50_miptree * src,unsigned src_level,unsigned sx,unsigned sy,unsigned sz,unsigned w,unsigned h) argument
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 76 dz.orth \
|
| H A D | Makefile.in | 462 dz.orth \
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_inputs.c | 277 static void mouse_motion(SpiceMouseInstance *sin, int dx, int dy, int dz, argument
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | newmmio.h | 280 int32 dz; 558 #define SETL3_DZ(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.dz = (val)
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 254 <!-- dz* -> dz --> 256 <test name="lang" compare="contains"><string>dz</string></test> 257 <edit name="lang" mode="assign" binding="same"><string>dz</string></edit>
|