Lines Matching refs:MCFunctions
759 static int XGI_BenchmarkMemcpy(ScrnInfoPtr pScrn, XGIMCFuncData *MCFunctions,
783 while(MCFunctions[j].mFunc) {
784 PDEBUG(ErrorF("Check function[%d]-%s...\n", j, MCFunctions[j].mName));
786 curData = MCFunctions + j;
846 PDEBUG(ErrorF("***** The best is func(%d)-%s...\n", bestSoFar, MCFunctions[bestSoFar].mName));
853 static vidCopyFunc XGI_GetBestByGrade(ScrnInfoPtr pScrn, XGIMCFuncData *MCFunctions,
861 while(MCFunctions[j].mFunc) {
862 if(myCPUflags & MCFunctions[j].mycpuflag) {
863 grade = from ? MCFunctions[j].gradefrom : MCFunctions[j].grade;
869 if(!MCFunctions[j].reqAlignment) {
880 MCFunctions[best].mName,
885 MCFunctions[secondbest].mName,
887 *UMemCpy = MCFunctions[secondbest].mFunc;
889 return MCFunctions[best].mFunc;
1178 XGIVidCopyInitGen(ScreenPtr pScreen, XGIMCFuncData *MCFunctions, vidCopyFunc *UMemCpy, Bool from)
1215 return XGI_GetBestByGrade(pScrn, MCFunctions, myCPUflags, UMemCpy, from);
1220 best = XGI_BenchmarkMemcpy(pScrn, MCFunctions, myCPUflags, buf1,
1232 MCFunctions[best].mName,
1237 MCFunctions[secondbest].mName,
1240 return MCFunctions[best].mFunc;