Searched refs:FbDoDestInvarientMergeRop (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfb24_32.c109 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 Dfbblt.c151 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 Dfbrop.h54 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbblt.c133 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src)));
155 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++)));
203 WRITE(dst, FbDoDestInvarientMergeRop(bits));
241 WRITE(dst, FbDoDestInvarientMergeRop(bits));
H A Dfbrop.h37 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbblt.c133 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src)));
155 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++)));
203 WRITE(dst, FbDoDestInvarientMergeRop(bits));
241 WRITE(dst, FbDoDestInvarientMergeRop(bits));
H A Dfbrop.h37 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbblt.c132 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src)));
178 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++)));
229 WRITE(dst, FbDoDestInvarientMergeRop(bits));
269 WRITE(dst, FbDoDestInvarientMergeRop(bits));
H A Dfbrop.h54 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro

Completed in 6 milliseconds