Searched refs:exa_scratch (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis310_accel.c | 202 pSiS->exa_scratch = NULL; 1887 if(size > pSiS->exa_scratch->size) 1895 pSiS->exa_scratch->offset + pSiS->exa_scratch->size) { 1897 pSiS->exa_scratch_next = pSiS->exa_scratch->offset; 1986 pSiS->exa_scratch = NULL; 2347 pSiS->exa_scratch = exaOffscreenAlloc(pScreen, 128 * 1024, 16, TRUE, 2349 if(pSiS->exa_scratch) { 2350 pSiS->exa_scratch_next = pSiS->exa_scratch->offset;
|
| H A D | sis300_accel.c | 1081 pSiS->exa_scratch = NULL; 1362 pSiS->exa_scratch = exaOffscreenAlloc(pScreen, 128 * 1024, 16, TRUE, 1364 if(pSiS->exa_scratch) { 1365 pSiS->exa_scratch_next = pSiS->exa_scratch->offset;
|
| H A D | sis_accel.c | 662 pSiS->exa_scratch = NULL; 878 pSiS->exa_scratch = exaOffscreenAlloc(pScreen, 64 * 1024, 16, TRUE, 880 if(pSiS->exa_scratch) { 881 pSiS->exa_scratch_next = pSiS->exa_scratch->offset;
|
| H A D | sis.h | 1113 ExaOffscreenArea * exa_scratch; member in struct:__anon2d7f85d00508
|
| H A D | sis_driver.c | 10033 pSiS->exa_scratch = NULL;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_accel.c | 947 pXGI->exa_scratch = exaOffscreenAlloc(pScreen, 128 * 1024, 16, TRUE, 949 if(pXGI->exa_scratch) 951 pXGI->exa_scratch_next = pXGI->exa_scratch->offset; 1626 if(size > pXGI->exa_scratch->size) 1641 pXGI->exa_scratch->offset + pXGI->exa_scratch->size) { 1647 pXGI->exa_scratch_next = pXGI->exa_scratch->offset; 1726 pXGI->exa_scratch = NULL;
|
| H A D | xgi.h | 681 ExaOffscreenArea* exa_scratch; member in struct:__anon348028e20508
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_driver.h | 263 ExaOffscreenArea *exa_scratch; member in struct:_VIA
|
Completed in 33 milliseconds