Searched refs:UMemCpy (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 373 vidCopyFunc SiSVidCopyInit(ScreenPtr pScreen, vidCopyFunc *UMemCpy, Bool from) argument 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) argument 1069 *UMemCpy = SiS_libc_memcpy; 1090 return SiS_GetBestByGrade(pScrn, MCFunctions, myCPUflags, UMemCpy, from); 1097 frqBuf, cpuFreq, UMemCpy, 656 SiS_BenchmarkMemcpy(ScrnInfoPtr pScrn,SISMCFuncData * MCFunctions,unsigned int myCPUflags,UChar * buf1,UChar * buf2,UChar * buf3,char * frqBuf,double cpuFreq,vidCopyFunc * UMemCpy,int * best2,Bool from) argument 744 SiS_GetBestByGrade(ScrnInfoPtr pScrn,SISMCFuncData * MCFunctions,unsigned int myCPUflags,vidCopyFunc * UMemCpy,Bool from) argument 1148 SiSVidCopyInit(ScreenPtr pScreen,vidCopyFunc * UMemCpy,Bool from) argument [all...] |
| H A D | sis.h | 1573 extern vidCopyFunc SiSVidCopyInit(ScreenPtr pScreen, vidCopyFunc *UMemCpy, Bool from);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 428 vidCopyFunc XGIVidCopyInit(ScreenPtr pScreen, vidCopyFunc *UMemCpy, Bool from) argument 431 *UMemCpy = XGI_libc_memcpy; 762 vidCopyFunc *UMemCpy, int *best2, Bool from) 854 unsigned int myCPUflags, vidCopyFunc *UMemCpy, Bool from) 859 *UMemCpy = XGI_libc_memcpy; 887 *UMemCpy = MCFunctions[secondbest].mFunc; 1178 XGIVidCopyInitGen(ScreenPtr pScreen, XGIMCFuncData *MCFunctions, vidCopyFunc *UMemCpy, Bool from) 1193 *UMemCpy = XGI_libc_memcpy; 1215 return XGI_GetBestByGrade(pScrn, MCFunctions, myCPUflags, UMemCpy, from); 1223 frqBuf, cpuFreq, UMemCpy, [all...] |
Completed in 18 milliseconds