Searched refs:FbDoDestInvarientMergeRop (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fb24_32.c | 109 pixel = FbDoDestInvarientMergeRop(pixel); 118 s0 = FbDoDestInvarientMergeRop(s0); 120 s1 = FbDoDestInvarientMergeRop(s1); 127 s0 = FbDoDestInvarientMergeRop(s0); 134 s1 = FbDoDestInvarientMergeRop(s1); 146 pixel = FbDoDestInvarientMergeRop(pixel); 207 WRITE(dst++, FbDoDestInvarientMergeRop(pixel)); 220 WRITE(dst++, FbDoDestInvarientMergeRop(pixel)); 227 WRITE(dst++, FbDoDestInvarientMergeRop(pixel)); 234 WRITE(dst++, FbDoDestInvarientMergeRop(pixe [all...] |
| H A D | fbblt.c | 151 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); 204 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); 267 WRITE(dst, FbDoDestInvarientMergeRop(bits)); 316 WRITE(dst, FbDoDestInvarientMergeRop(bits)); 723 WRITE(dst, FbDoDestInvarientMergeRop(bits)); 763 WRITE(dst, FbDoDestInvarientMergeRop(bits1));
|
| H A D | fbrop.h | 54 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbblt.c | 133 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); 155 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); 203 WRITE(dst, FbDoDestInvarientMergeRop(bits)); 241 WRITE(dst, FbDoDestInvarientMergeRop(bits));
|
| H A D | fbrop.h | 37 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbblt.c | 133 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); 155 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); 203 WRITE(dst, FbDoDestInvarientMergeRop(bits)); 241 WRITE(dst, FbDoDestInvarientMergeRop(bits));
|
| H A D | fbrop.h | 37 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbblt.c | 132 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); 178 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); 229 WRITE(dst, FbDoDestInvarientMergeRop(bits)); 269 WRITE(dst, FbDoDestInvarientMergeRop(bits));
|
| H A D | fbrop.h | 54 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
|
Completed in 6 milliseconds