Searched refs:FbStipple1RopPick (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbrop.h104 #define FbStipple1RopPick(alu,b) (((alu) >> (2 - (((b) & 1) << 1))) & 3) macro
106 #define FbOpaqueStipple1Rop(alu,fg,bg) (FbStipple1RopPick(alu,fg) | \
107 (FbStipple1RopPick(alu,bg) << 2))
109 #define FbStipple1Rop(alu,fg) (FbStipple1RopPick(alu,fg) | 4)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbrop.h104 #define FbStipple1RopPick(alu,b) (((alu) >> (2 - (((b) & 1) << 1))) & 3) macro
106 #define FbOpaqueStipple1Rop(alu,fg,bg) (FbStipple1RopPick(alu,fg) | \
107 (FbStipple1RopPick(alu,bg) << 2))
109 #define FbStipple1Rop(alu,fg) (FbStipple1RopPick(alu,fg) | 4)
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbrop.h120 #define FbStipple1RopPick(alu,b) (((alu) >> (2 - (((b) & 1) << 1))) & 3) macro
122 #define FbOpaqueStipple1Rop(alu,fg,bg) (FbStipple1RopPick(alu,fg) | \
123 (FbStipple1RopPick(alu,bg) << 2))
125 #define FbStipple1Rop(alu,fg) (FbStipple1RopPick(alu,fg) | 4)
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbrop.h129 #define FbStipple1RopPick(alu,b) (((alu) >> (2 - (((b) & 1) << 1))) & 3) macro
131 #define FbOpaqueStipple1Rop(alu,fg,bg) (FbStipple1RopPick(alu,fg) | \
132 (FbStipple1RopPick(alu,bg) << 2))
134 #define FbStipple1Rop(alu,fg) (FbStipple1RopPick(alu,fg) | 4)

Completed in 2 milliseconds