Searched refs:newMask (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DXKBMisc.c750 unsigned int newMask; local in function:XkbApplyVirtualModChanges
751 XkbVirtualModsToReal(xkb,xkb->ctrls->internal.vmods,&newMask);
752 newMask|= xkb->ctrls->internal.real_mods;
753 if (xkb->ctrls->internal.mask!=newMask) {
754 xkb->ctrls->internal.mask= newMask;
762 unsigned int newMask; local in function:XkbApplyVirtualModChanges
763 XkbVirtualModsToReal(xkb,xkb->ctrls->ignore_lock.vmods,&newMask);
764 newMask|= xkb->ctrls->ignore_lock.real_mods;
765 if (xkb->ctrls->ignore_lock.mask!=newMask) {
766 xkb->ctrls->ignore_lock.mask= newMask;
778 unsigned int newMask; local in function:XkbApplyVirtualModChanges
795 unsigned int newMask; local in function:XkbApplyVirtualModChanges
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMisc.c780 unsigned int newMask; local in function:XkbApplyVirtualModChanges
782 XkbVirtualModsToReal(xkb, xkb->ctrls->internal.vmods, &newMask);
783 newMask |= xkb->ctrls->internal.real_mods;
784 if (xkb->ctrls->internal.mask != newMask) {
785 xkb->ctrls->internal.mask = newMask;
793 unsigned int newMask; local in function:XkbApplyVirtualModChanges
795 XkbVirtualModsToReal(xkb, xkb->ctrls->ignore_lock.vmods, &newMask);
796 newMask |= xkb->ctrls->ignore_lock.real_mods;
797 if (xkb->ctrls->ignore_lock.mask != newMask) {
798 xkb->ctrls->ignore_lock.mask = newMask;
811 unsigned int newMask; local in function:XkbApplyVirtualModChanges
830 unsigned int newMask; local in function:XkbApplyVirtualModChanges
[all...]
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBMisc.c923 unsigned int newMask; local in function:XkbApplyVirtualModChanges
925 XkbVirtualModsToReal(xkb, xkb->ctrls->internal.vmods, &newMask);
926 newMask |= xkb->ctrls->internal.real_mods;
927 if (xkb->ctrls->internal.mask != newMask) {
928 xkb->ctrls->internal.mask = newMask;
936 unsigned int newMask; local in function:XkbApplyVirtualModChanges
938 XkbVirtualModsToReal(xkb, xkb->ctrls->ignore_lock.vmods, &newMask);
939 newMask |= xkb->ctrls->ignore_lock.real_mods;
940 if (xkb->ctrls->ignore_lock.mask != newMask) {
941 xkb->ctrls->ignore_lock.mask = newMask;
954 unsigned int newMask; local in function:XkbApplyVirtualModChanges
973 unsigned int newMask; local in function:XkbApplyVirtualModChanges
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
H A Dhgl.c156 unsigned stAttachmentMask, newMask; local in function:hgl_st_framebuffer_validate
174 newMask = stAttachmentMask & ~buffer->mask;
179 if (resized || newMask) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
H A Dhgl.c163 unsigned stAttachmentMask, newMask; local in function:hgl_st_framebuffer_validate
177 newMask = stAttachmentMask & ~buffer->mask;
182 if (resized || newMask) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_stencil.c277 const GLubyte newMask[],
282 assert(newMask[i] == 0 || newMask[i] == 1);
283 passMask[i] = origMask[i] & newMask[i];
284 failMask[i] = origMask[i] & (newMask[i] ^ 1);
276 compute_pass_fail_masks(GLuint n,const GLubyte origMask[],const GLubyte newMask[],GLubyte passMask[],GLubyte failMask[]) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_stencil.c277 const GLubyte newMask[],
282 assert(newMask[i] == 0 || newMask[i] == 1);
283 passMask[i] = origMask[i] & newMask[i];
284 failMask[i] = origMask[i] & (newMask[i] ^ 1);
276 compute_pass_fail_masks(GLuint n,const GLubyte origMask[],const GLubyte newMask[],GLubyte passMask[],GLubyte failMask[]) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c476 GLuint newMask; local in function:i830PolygonStipple
506 newMask = (((p[0] & 0xf) << 0) |
511 if (newMask == 0xffff || newMask == 0x0) {
518 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
H A Di915_state.c442 GLuint newMask; local in function:i915PolygonStipple
472 newMask = (((p[0] & 0xf) << 0) |
477 if (newMask == 0xffff || newMask == 0x0) {
484 i915->state.Stipple[I915_STPREG_ST1] |= newMask;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c476 GLuint newMask; local in function:i830PolygonStipple
506 newMask = (((p[0] & 0xf) << 0) |
511 if (newMask == 0xffff || newMask == 0x0) {
518 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
H A Di915_state.c442 GLuint newMask; local in function:i915PolygonStipple
472 newMask = (((p[0] & 0xf) << 0) |
477 if (newMask == 0xffff || newMask == 0x0) {
484 i915->state.Stipple[I915_STPREG_ST1] |= newMask;

Completed in 17 milliseconds