Searched refs:GetBits (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shplanar.c | 70 #define GetBits(p,o,d) {\ 81 #define GetBits(p,o,d) {\ macro 154 GetBits(plane, 0, s1); in shadowUpdatePlanar4() 155 GetBits(plane, 1, s2); in shadowUpdatePlanar4() 156 GetBits(plane, 2, s3); in shadowUpdatePlanar4() 157 GetBits(plane, 3, s4); in shadowUpdatePlanar4()
|
| H A D | shplanar8.c | 71 #define GetBits(p,o,d) { \ 84 #define GetBits(p,o,d) { \ macro 156 GetBits(plane, 0, s1); in shadowUpdatePlanar4x8() 157 GetBits(plane, 2, s2); in shadowUpdatePlanar4x8() 158 GetBits(plane, 4, s3); in shadowUpdatePlanar4x8() 159 GetBits(plane, 6, s4); in shadowUpdatePlanar4x8()
|