Searched refs:fbFillFromBit (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbrop.h | 60 #define fbFillFromBit(b,t) (~((t) ((b) & 1)-1)) macro 62 #define fbXorT(rop,fg,pm,t) ((((fg) & fbFillFromBit((rop) >> 1,t)) | \ 63 (~(fg) & fbFillFromBit((rop) >> 3,t))) & (pm)) 65 #define fbAndT(rop,fg,pm,t) ((((fg) & fbFillFromBit (rop ^ (rop>>1),t)) | \ 66 (~(fg) & fbFillFromBit((rop>>2) ^ (rop>>3),t))) | \
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbrop.h | 60 #define fbFillFromBit(b,t) (~((t) ((b) & 1)-1)) macro 62 #define fbXorT(rop,fg,pm,t) ((((fg) & fbFillFromBit((rop) >> 1,t)) | \ 63 (~(fg) & fbFillFromBit((rop) >> 3,t))) & (pm)) 65 #define fbAndT(rop,fg,pm,t) ((((fg) & fbFillFromBit (rop ^ (rop>>1),t)) | \ 66 (~(fg) & fbFillFromBit((rop>>2) ^ (rop>>3),t))) | \
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbrop.h | 77 #define fbFillFromBit(b,t) (~((t) ((b) & 1)-1)) macro 79 #define fbXorT(rop,fg,pm,t) ((((fg) & fbFillFromBit((rop) >> 1,t)) | \ 80 (~(fg) & fbFillFromBit((rop) >> 3,t))) & (pm)) 82 #define fbAndT(rop,fg,pm,t) ((((fg) & fbFillFromBit (rop ^ (rop>>1),t)) | \ 83 (~(fg) & fbFillFromBit((rop>>2) ^ (rop>>3),t))) | \
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbrop.h | 77 #define fbFillFromBit(b,t) (~((t) ((b) & 1)-1)) macro 79 #define fbXorT(rop,fg,pm,t) ((((fg) & fbFillFromBit((rop) >> 1,t)) | \ 80 (~(fg) & fbFillFromBit((rop) >> 3,t))) & (pm)) 82 #define fbAndT(rop,fg,pm,t) ((((fg) & fbFillFromBit (rop ^ (rop>>1),t)) | \ 83 (~(fg) & fbFillFromBit((rop>>2) ^ (rop>>3),t))) | \
|
Completed in 3 milliseconds