Searched refs:FB_STIP_ODDSTRIDE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbblt.c898 if (FB_STIP_ODDSTRIDE(srcStride) || FB_STIP_ODDPTR(src) ||
899 FB_STIP_ODDSTRIDE(dstStride) || FB_STIP_ODDPTR(dst))
H A Dfb.h121 #define FB_STIP_ODDSTRIDE(s) (((s) & (FB_MASK >> FB_STIP_SHIFT)) != 0) macro
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfb.h96 #define FB_STIP_ODDSTRIDE(s) (((s) & (FB_MASK >> FB_STIP_SHIFT)) != 0) macro

Completed in 14 milliseconds