Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbblt.c132 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); in fbBlt()
178 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); in fbBlt()
229 WRITE(dst, FbDoDestInvarientMergeRop(bits)); in fbBlt()
269 WRITE(dst, FbDoDestInvarientMergeRop(bits)); in fbBlt()
H A Dfbrop.h54 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro