Searched refs:BUFFERSIZE (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_memcpy.c | 45 #define BUFFERSIZE (576 * 1152) /* Matches 720x576 YUV420 */ macro 635 if(!(offset = SISAllocateFBMemory(pScrn, &handle, BUFFERSIZE + 31))) { 641 if(!((*buf2) = (UChar *)malloc(BUFFERSIZE + 15))) { 646 if(!((*buf3) = (UChar *)malloc(BUFFERSIZE + 15))) { 668 SiS_libc_memcpy(buf1, buf2, BUFFERSIZE); 689 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); 690 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 691 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); 692 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 694 SiS_builtin_memcpy(buf2, buf3, BUFFERSIZE); [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_memcpy.c | 77 #define BUFFERSIZE (576 * 1152) /* Matches 720x576 YUV420 */ macro 737 if(!(offset = XGIAllocateFBMemory(pScrn, &handle, BUFFERSIZE + 31))) { 743 if(!((*buf2) = (UChar *)xalloc(BUFFERSIZE + 15))) { 748 if(!((*buf3) = (UChar *)xalloc(BUFFERSIZE + 15))) { 771 XGI_libc_memcpy(buf1, buf2, BUFFERSIZE); 793 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); 794 tmp1 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 795 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); 796 tmp2 = time_function(curData->mFunc, buf1, buf2, BUFFERSIZE); 798 XGI_builtin_memcpy(buf2, buf3, BUFFERSIZE); [all...] |
Completed in 3 milliseconds