Home
last modified time | relevance | path

Searched refs:PL_MASK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshplanar.c49 #define PL_MASK (PL_UNIT - 1) macro
117 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT; in shadowUpdatePlanar4()
118 x &= ~PL_MASK; in shadowUpdatePlanar4()
H A Dshplanar8.c68 #define PL_MASK (PL_UNIT - 1) macro
119 w = (w + (x & PL_MASK) + PL_MASK) >> PL_SHIFT; in shadowUpdatePlanar4x8()
120 x &= ~PL_MASK; in shadowUpdatePlanar4x8()