Searched refs:dz (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dvmmouse.c147 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 Dxf86OSmouse.h199 int dx, int dy, int dz, int dw);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dskinning.c56 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 Dbsd_mouse.c449 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 Dmouse.c153 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 Dmouse.h200 int dx, int dy, int dz, int dw);
H A Dsun_mouse.c415 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 Dobjview.c430 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 Dws.c641 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 Dprojtex.c836 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 Dengine.c1080 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 Dmouse.c299 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 Dnvc0_surface.c156 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 Dnv50_surface.c153 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 Dnv50_surface.c153 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 Dnvc0_surface.c163 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 DMakefile.am76 dz.orth \
H A DMakefile.in462 dz.orth \
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_inputs.c277 static void mouse_motion(SpiceMouseInstance *sin, int dx, int dy, int dz, argument
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h280 int32 dz;
558 #define SETL3_DZ(val) ((mmtr)s3vMmioMem)->line3d_regs.regs.dz = (val)
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf254 <!-- dz* -> dz -->
256 <test name="lang" compare="contains"><string>dz</string></test>
257 <edit name="lang" mode="assign" binding="same"><string>dz</string></edit>

Completed in 29 milliseconds