Searched refs:bufAddr (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_videostr.h | 42 CARD32 bufAddr[2]; member in struct:__anoncc78517f0108
|
| H A D | sis_video.c | 2920 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 2921 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1); 2922 overlay.PSU = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch*5/4 + ((sx + sy*srcPitch/2) >> 1); 2934 overlay.PSY2 = pPriv->bufAddr[pPriv->currentBuf] + sx2 + sy2*srcPitch; 2935 overlay.PSV2 = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx2 + sy2*srcPitch/2) >> 1); 2936 overlay.PSU2 = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch*5/4 + ((sx2 + sy2*srcPitch/2) >> 1); 2955 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 2956 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch*5/4 + ((sx + sy*srcPitch/2) >> 1); 2957 overlay.PSU = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1); 2969 overlay.PSY2 = pPriv->bufAddr[pPri [all...] |
| H A D | sis6326_video.c | 353 CARD32 bufAddr[2]; member in struct:__anon49751ab20208 1120 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy * pitch; 1131 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy * pitch; 1145 overlay.PSY = (pPriv->bufAddr[pPriv->currentBuf] + sx*2 + sy*srcPitch); 1153 overlay.YUVEnd = (pPriv->bufAddr[pPriv->currentBuf] + pPriv->totalSize) >> 14; 1304 if(!(pPriv->bufAddr[0] = SISAllocateFBMemory(pScrn, &pPriv->handle, totalSize << 1))) 1307 pPriv->bufAddr[1] = pPriv->bufAddr[0] + totalSize; 1311 SiSMemCopyToVideoRam(pSiS, pSiS->FbBase + pPriv->bufAddr[pPriv->currentBuf], buf, totalSize); 1313 dest = (CARD32 *)(pSiS->FbBase + pPriv->bufAddr[pPri [all...] |
| H A D | sis_video.h | 738 CARD32 bufAddr[NUM_BLIT_PORTS][2]; member in struct:__anon082230a60208
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_video.h | 68 CARD32 bufAddr[2]; member in struct:__anon0d6959380108
|
| H A D | xgi_video.c | 970 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 971 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1); 972 overlay.PSU = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch*5/4 + ((sx + sy*srcPitch/2) >> 1); 979 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx + sy*srcPitch; 980 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1); 992 overlay.PSY = pPriv->bufAddr[pPriv->currentBuf] + sx*2 + sy*srcPitch; 1184 pPriv->bufAddr[0] = (pBox->x1 * depth) + (pBox->y1 * pitch); 1185 pPriv->bufAddr[1] = pPriv->bufAddr[0] + totalSize; 1192 memcpy(pXGI->FbBase + pPriv->bufAddr[pPri [all...] |
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast.h | 190 CARD32 bufAddr[2]; member in struct:_ASTPortPrivRec
|
| H A D | ast_driver.c | 2186 pPriv->bufAddr[0] = (pBox->y1 * pitch) + (pBox->x1 * depth); 2187 pPriv->bufAddr[1] = pPriv->bufAddr[0] + totalSize; 2188 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Put Image, pPriv->bufAddr[0]=0x%08X\n", pPriv->bufAddr[0]); 2196 memcpy(pAST->FBVirtualAddr + pPriv->bufAddr[pPriv->currentBuf], buf, totalSize); 2204 BYTE *Base = (BYTE *)(pAST->FBVirtualAddr + pPriv->bufAddr[pPriv->currentBuf]); 2210 memcpy(pAST->FBVirtualAddr + pPriv->bufAddr[pPriv->currentBuf], buf, totalSize); 2220 memcpy(pAST->FBVirtualAddr + pPriv->bufAddr[pPriv->currentBuf], buf, totalSize); 2228 BYTE *Base = (BYTE *)(pAST->FBVirtualAddr + pPriv->bufAddr[pPri [all...] |
| H A D | ast_accel.c | 1813 CopyCmd.dwSrcBaseAddr = pPriv->bufAddr[pPriv->currentBuf];
|
Completed in 16 milliseconds