Lines Matching refs:dstw
229 #define REAL_WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) \
249 "cmp "dstw", "#index" \n\t"\
251 #define WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) REAL_WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t)
344 #define REAL_WRITERGB16(dst, dstw, index) \
368 "cmp "dstw", "#index" \n\t"\
370 #define WRITERGB16(dst, dstw, index) REAL_WRITERGB16(dst, dstw, index)
420 #define REAL_WRITERGB15(dst, dstw, index) \
445 "cmp "dstw", "#index" \n\t"\
447 #define WRITERGB15(dst, dstw, index) REAL_WRITERGB15(dst, dstw, index)
497 #define WRITEBGR24MMX(dst, dstw, index) \
547 "cmp "dstw", "#index" \n\t"\
550 #define WRITEBGR24MMXEXT(dst, dstw, index) \
595 "cmp "dstw", "#index" \n\t"\
599 #define WRITEBGR24(dst, dstw, index) WRITEBGR24MMXEXT(dst, dstw, index)
653 #define REAL_WRITEYUY2(dst, dstw, index) \
666 "cmp "dstw", "#index" \n\t"\
668 #define WRITEYUY2(dst, dstw, index) REAL_WRITEYUY2(dst, dstw, index)