Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_N.c96 #define DST_CTRL(size, count, stride) \ macro
768 vec_dstt(src+scalar_dst_lead, DST_CTRL(2,32,1024), DST_CHAN_SRC); in ConvertAltivec32to32_prefetch()
769 vec_dstst(dst+scalar_dst_lead, DST_CTRL(2,32,1024), DST_CHAN_DEST); in ConvertAltivec32to32_prefetch()
783 vec_dstt(src+vector_dst_lead, DST_CTRL(2,32,1024), DST_CHAN_SRC); in ConvertAltivec32to32_prefetch()
784 vec_dstst(dst+vector_dst_lead, DST_CTRL(2,32,1024), DST_CHAN_DEST); in ConvertAltivec32to32_prefetch()