Searched refs:pSave (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmidispcur.c70 PixmapPtr pSave; member in struct:__anon2e26cb3f0108
446 PixmapPtr pSave; local in function:miDCSaveUnderCursor
452 pSave = pBuffer->pSave;
454 if (!pSave || pSave->drawable.width < w || pSave->drawable.height < h)
456 if (pSave)
457 (*pScreen->DestroyPixmap) (pSave);
458 pBuffer->pSave
477 PixmapPtr pSave; local in function:miDCRestoreUnderCursor
[all...]
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmidispcur.c68 PixmapPtr pSave; member in struct:__anonf57315d20108
389 PixmapPtr pSave; local in function:miDCSaveUnderCursor
395 pSave = pBuffer->pSave;
397 if (!pSave || pSave->drawable.width < w || pSave->drawable.height < h) {
398 if (pSave)
399 (*pScreen->DestroyPixmap) (pSave);
400 pBuffer->pSave
419 PixmapPtr pSave; local in function:miDCRestoreUnderCursor
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_driver.c311 struct RADEONInt10Save *pSave = ptr; local in function:RADEONPostInt10Check
315 if (!pSave || !pSave->MEM_CNTL)
333 (unsigned long)CardTmp, (unsigned long)pSave->MEM_CNTL);
334 OUTREG(RADEON_MEM_CNTL, pSave->MEM_CNTL);
337 if (CardTmp != pSave->MEMSIZE) {
340 (unsigned long)CardTmp, (unsigned long)pSave->MEMSIZE);
341 OUTREG(RADEON_CONFIG_MEMSIZE, pSave->MEMSIZE);
346 if ((CardTmp & 0xff000000u) != (pSave->MPP_TB_CONFIG & 0xff000000u)) {
350 (unsigned long)pSave
[all...]

Completed in 5 milliseconds