Lines Matching defs:MCFunctions
656 static int SiS_BenchmarkMemcpy(ScrnInfoPtr pScrn, SISMCFuncData *MCFunctions,
680 while(MCFunctions[j].mFunc) {
682 curData = MCFunctions + j;
744 static vidCopyFunc SiS_GetBestByGrade(ScrnInfoPtr pScrn, SISMCFuncData *MCFunctions,
752 while(MCFunctions[j].mFunc) {
753 if(myCPUflags & MCFunctions[j].mycpuflag) {
754 grade = from ? MCFunctions[j].gradefrom : MCFunctions[j].grade;
760 if(!MCFunctions[j].reqAlignment) {
771 MCFunctions[best].mName,
776 MCFunctions[secondbest].mName,
778 *UMemCpy = MCFunctions[secondbest].mFunc;
780 return MCFunctions[best].mFunc;
1055 SiSVidCopyInitGen(ScreenPtr pScreen, SISMCFuncData *MCFunctions, vidCopyFunc *UMemCpy, Bool from)
1090 return SiS_GetBestByGrade(pScrn, MCFunctions, myCPUflags, UMemCpy, from);
1094 best = SiS_BenchmarkMemcpy(pScrn, MCFunctions, myCPUflags, buf1,
1106 MCFunctions[best].mName,
1111 MCFunctions[secondbest].mName,
1114 return MCFunctions[best].mFunc;