Searched refs:pSAVAGEDRIServer (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_dri.c | 167 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGESelectBuffer 175 OUTREG( 0x8170, pSAVAGEDRIServer->backOffset ); 176 OUTREG( 0x8174, pSAVAGEDRIServer->backBitmapDesc ); 179 OUTREG( 0x8170, pSAVAGEDRIServer->depthOffset ); 180 OUTREG( 0x8174, pSAVAGEDRIServer->depthBitmapDesc ); 184 OUTREG( 0x8170, pSAVAGEDRIServer->frontOffset ); 185 OUTREG( 0x8174, pSAVAGEDRIServer->frontBitmapDesc ); 241 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGEDRIAgpInit 248 pSAVAGEDRIServer->agp.size = psav->agpSize * 1024 * 1024; 249 pSAVAGEDRIServer 432 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGEDRIMapInit 534 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGEDRIBuffersInit 582 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGEDRIKernelInit 639 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer; local in function:SAVAGEDRIScreenInit 907 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGEDRIFinishScreenInit 1088 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SAVAGEDRICloseScreen [all...] |
| H A D | savage_accel.c | 1282 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SavageInitAccel 1289 pSAVAGEDRIServer->frontbufferSize = bufferSize; 1305 pSAVAGEDRIServer->backbufferSize = tiledBufferSize; 1306 /*pSAVAGEDRIServer->depthbufferSize = tiledBufferSize_Z;*/ 1307 pSAVAGEDRIServer->depthbufferSize = tiledBufferSize; 1322 pSAVAGEDRIServer->frontOffset = pScrn->fbOffset; /* 0 */ 1323 pSAVAGEDRIServer->frontPitch = widthBytes; 1329 /* pSAVAGEDRIServer->textureSize = psav->videoRambytes - 1333 pSAVAGEDRIServer->textureSize = psav->videoRambytes - 1347 pSAVAGEDRIServer [all...] |
| H A D | savage_hwmc.c | 238 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = pSAVAGE->DRIServerInfo; local in function:SAVAGEXvMCCreateContext 278 contextRec->MMIOHandle = pSAVAGEDRIServer->registers.handle; 279 contextRec->MMIOSize = pSAVAGEDRIServer->registers.size; 281 contextRec->DCTBlockHandle = pSAVAGEDRIServer->agpTextures.handle; 282 contextRec->DCTBlockOffset = pSAVAGEDRIServer->agpTextures.offset; 283 contextRec->DCTBlockSize = pSAVAGEDRIServer->agpTextures.size;
|
| H A D | savage_exa.c | 467 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SavageUploadToScreen 468 if (pSAVAGEDRIServer->agpXVideo.map != NULL || 470 pSAVAGEDRIServer->agpXVideo.handle, 471 pSAVAGEDRIServer->agpXVideo.size, 472 &pSAVAGEDRIServer->agpXVideo.map)) { 474 unsigned char * agpMap = pSAVAGEDRIServer->agpXVideo.map; 475 unsigned int agpOffset = drmAgpBase(psav->drmFD) + pSAVAGEDRIServer->agpXVideo.offset; 480 (bytesTotal > pSAVAGEDRIServer->agpXVideo.size) 481 ? pSAVAGEDRIServer->agpXVideo.size
|
| H A D | savage_video.c | 1054 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SavageStopVideo 1058 drmUnmap(pPriv->agpBufferMap, pSAVAGEDRIServer->agpXVideo.size); 1059 pSAVAGEDRIServer->agpXVideo.map = NULL; 1996 SAVAGEDRIServerPrivatePtr pSAVAGEDRIServer = psav->DRIServerInfo; local in function:SavagePutImage 1999 if (pSAVAGEDRIServer->agpXVideo.size >= max(new_size, planarFrameSize)) { 2000 if (pSAVAGEDRIServer->agpXVideo.map == NULL && 2002 pSAVAGEDRIServer->agpXVideo.handle, 2003 pSAVAGEDRIServer->agpXVideo.size, 2004 &pSAVAGEDRIServer->agpXVideo.map ) < 0 ) { 2010 pPriv->agpBufferMap = pSAVAGEDRIServer [all...] |
Completed in 8 milliseconds