Searched refs:MCFunctions (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 656 static int SiS_BenchmarkMemcpy(ScrnInfoPtr pScrn, SISMCFuncData *MCFunctions, argument 680 while(MCFunctions[j].mFunc) { 682 curData = MCFunctions + j; 744 static vidCopyFunc SiS_GetBestByGrade(ScrnInfoPtr pScrn, SISMCFuncData *MCFunctions, argument 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[bes 1055 SiSVidCopyInitGen(ScreenPtr pScreen,SISMCFuncData * MCFunctions,vidCopyFunc * UMemCpy,Bool from) argument [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 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[ [all...] |
Completed in 6 milliseconds