Lines Matching refs:UMemCpy
373 vidCopyFunc SiSVidCopyInit(ScreenPtr pScreen, vidCopyFunc *UMemCpy, Bool from)
375 *UMemCpy = SiS_libc_memcpy;
659 vidCopyFunc *UMemCpy, int *best2, Bool from)
745 unsigned int myCPUflags, vidCopyFunc *UMemCpy, Bool from)
750 *UMemCpy = SiS_libc_memcpy;
778 *UMemCpy = MCFunctions[secondbest].mFunc;
1055 SiSVidCopyInitGen(ScreenPtr pScreen, SISMCFuncData *MCFunctions, vidCopyFunc *UMemCpy, Bool from)
1069 *UMemCpy = SiS_libc_memcpy;
1090 return SiS_GetBestByGrade(pScrn, MCFunctions, myCPUflags, UMemCpy, from);
1097 frqBuf, cpuFreq, UMemCpy, &secondbest, from);
1148 vidCopyFunc SiSVidCopyInit(ScreenPtr pScreen, vidCopyFunc *UMemCpy, Bool from)
1151 return(SiSVidCopyInitGen(pScreen, MCFunctions_i386, UMemCpy, from));
1153 return(SiSVidCopyInitGen(pScreen, MCFunctions_AMD64, UMemCpy, from));
1155 *UMemCpy = SiS_libc_memcpy;