Searched refs:PL_MASK (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshplanar.c49 #define PL_MASK (PL_UNIT - 1) macro
118 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT;
119 x &= ~PL_MASK;
H A Dshplanar8.c68 #define PL_MASK (PL_UNIT - 1) macro
120 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT;
121 x &= ~PL_MASK;
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshplanar.c49 #define PL_MASK (PL_UNIT - 1) macro
117 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT;
118 x &= ~PL_MASK;
H A Dshplanar8.c68 #define PL_MASK (PL_UNIT - 1) macro
119 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT;
120 x &= ~PL_MASK;

Completed in 3 milliseconds