Searched refs:curData (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 661 SISMCFuncData *curData; local in function:SiS_BenchmarkMemcpy 682 curData = MCFunctions + j; 684 if(myCPUflags & curData->mycpuflag) { 690 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 692 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 695 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 698 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 702 tmp1 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 704 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 707 tmp2 = time_function(curData [all...] |
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_memcpy.c | 528 McFuncData *curData; local in function:viaVidCopyInit 591 curData = mcFunctions + j; 593 if (cpuValid(buf, curData->cpuFlag)) { 599 tmp = time_function(curData->mFunc, buf1, buf2); 603 tmp2 = time_function(curData->mFunc, buf1, buf2); 609 curData->mName, tmp); 614 curData->mName, tmp, 625 curData->mName);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 764 XGIMCFuncData *curData; 786 curData = MCFunctions + j; 788 if(myCPUflags & curData->mycpuflag) { 794 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 796 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 799 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 802 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 806 tmp1 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 808 tmp2 = time_function(curData->mFunc, buf2, buf1, BUFFERSIZE); 811 tmp2 = time_function(curData [all...] |
Completed in 5 milliseconds