Searched refs:tmask (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dgrabdev.h42 struct tmask /* mask */ [],
H A Dgetprop.c155 Mask tmask = 0x80000000; local in function:ClassFromMask
157 for (i = 0; i < 32; i++, tmask >>= 1)
158 if (tmask & mask) {
160 if (EventInfo[j].mask == tmask) {
H A Dgrabdev.c108 struct tmask tmp[EMASKSIZE];
171 struct tmask *mask, DeviceIntPtr dev, int req)
H A Dchgprop.c101 struct tmask tmp[EMASKSIZE];
H A Dgrabdevb.c105 struct tmask tmp[EMASKSIZE];
H A Dgrabdevk.c103 struct tmask tmp[EMASKSIZE];
H A Dselectev.c152 struct tmask tmp[EMASKSIZE];
H A Dsendexev.c132 struct tmask tmp[EMASKSIZE];
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dgrabdev.h42 struct tmask /* mask */ [],
H A Dgetprop.c154 Mask tmask = 0x80000000; local in function:ClassFromMask
156 for (i = 0; i < 32; i++, tmask >>= 1)
157 if (tmask & mask) {
159 if (EventInfo[j].mask == tmask) {
H A Dgrabdev.c107 struct tmask tmp[EMASKSIZE];
172 struct tmask *mask, DeviceIntPtr dev, int req)
178 memset(mask, 0, EMASKSIZE * sizeof(struct tmask));
H A Dchgprop.c99 struct tmask tmp[EMASKSIZE];
H A Dgrabdevb.c103 struct tmask tmp[EMASKSIZE];
H A Dgrabdevk.c101 struct tmask tmp[EMASKSIZE];
H A Dselectev.c146 struct tmask tmp[EMASKSIZE];
H A Dsendexev.c132 struct tmask tmp[EMASKSIZE];
/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c291 fd_set tmask; local in function:MakeNewConnections
293 XFD_ANDSET (&tmask, &LastSelectMask, &WellKnownConnections);
294 readyconnections = tmask.fds_bits[0];
441 fd_set tmask; local in function:CheckConnections
454 FD_ZERO(&tmask);
455 FD_SET(curclient, &tmask);
456 r = Select(curclient + 1, &tmask, NULL, NULL, &notime);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member in struct:affine_info
366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
391 if (t == info->tmask) { \
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member in struct:persp_info
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_triangle.c139 const GLint tmask = texImg->Height - 1; \
152 GLint t = FixedToInt(span.intTex[1]) & tmask; \
197 const GLint tmask = texImg->Height - 1; \
213 GLint t = FixedToInt(span.intTex[1]) & tmask; \
243 GLint smask, tmask; member in struct:affine_info
366 GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
383 const GLint t = FixedToInt(span->intTex[1]) & info->tmask; \
391 if (t == info->tmask) { \
554 info.tmask = texImg->Height - 1; \
599 GLint smask, tmask; member in struct:persp_info
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c796 fd_set tmask; local in function:EstablishNewConnections
798 XFD_ANDSET (&tmask, (fd_set*)closure, &WellKnownConnections);
799 XFD_COPYSET(&tmask, &readyconnections);
974 fd_set tmask; local in function:CheckConnections
994 FD_ZERO(&tmask);
995 FD_SET(curclient, &tmask);
997 r = Select (curclient + 1, &tmask, NULL, NULL, &notime);
1010 FD_ZERO(&tmask);
1011 FD_SET(curclient, &tmask);
1013 r = Select (curclient + 1, &tmask, NUL
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsaver.c804 unsigned long tmask, imask; local in function:ScreenSaverSetAttributes
955 pAttr->mask = tmask = stuff->mask | CWOverrideRedirect;
957 while (tmask) {
958 imask = lowbit (tmask);
959 tmask &= ~imask;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsaver.c745 unsigned long tmask, imask; local in function:ScreenSaverSetAttributes
881 pAttr->mask = tmask = stuff->mask | CWOverrideRedirect;
883 while (tmask) {
884 imask = lowbit(tmask);
885 tmask &= ~imask;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c1007 Mask index2, tmask, vmaskCopy = 0; local in function:ChangeWindowAttributes
1017 tmask = vmask;
1018 while (tmask)
1020 index2 = (Mask) lowbit (tmask);
1021 tmask &= ~index2;
2121 Mask index2, tmask; local in function:ConfigureWindow
2171 tmask = mask & ~ChangeMask;
2172 while (tmask)
2174 index2 = (Mask)lowbit (tmask);
2175 tmask
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c1170 Mask index2, tmask, vmaskCopy = 0; local in function:ChangeWindowAttributes
1181 tmask = vmask;
1182 while (tmask) {
1183 index2 = (Mask) lowbit(tmask);
1184 tmask &= ~index2;
2196 Mask index2, tmask; local in function:ConfigureWindow
2239 tmask = mask & ~ChangeMask;
2240 while (tmask) {
2241 index2 = (Mask) lowbit(tmask);
2242 tmask
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state.c497 int tmask = depth_stencil->stencil[1].valuemask & 0xff; local in function:i915_create_depth_stencil_state
513 (tmask << BFM_STENCIL_TEST_MASK_SHIFT) |

Completed in 31 milliseconds

12