Searched refs:AccelLinearScratch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis310_accel.c1335 if((currentTime.milliseconds > pSiS->RenderTime) && pSiS->AccelLinearScratch) {
1336 xf86FreeOffscreenLinear(pSiS->AccelLinearScratch);
1337 pSiS->AccelLinearScratch = NULL;
1340 if(!pSiS->AccelLinearScratch) {
1355 if(pSiS->AccelLinearScratch) {
1356 if(pSiS->AccelLinearScratch->size >= sizeNeeded) {
1363 if(xf86ResizeOffscreenLinear(pSiS->AccelLinearScratch, sizeNeeded)) {
1366 xf86FreeOffscreenLinear(pSiS->AccelLinearScratch);
1367 pSiS->AccelLinearScratch = NULL;
1371 pSiS->AccelLinearScratch
[all...]
H A Dsis.h1164 FBLinearPtr AccelLinearScratch; member in struct:__anon2d7f85d00508
H A Dsis_driver.c10016 if(pSiS->AccelLinearScratch) {
10017 xf86FreeOffscreenLinear(pSiS->AccelLinearScratch);
10018 pSiS->AccelLinearScratch = NULL;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h847 FBLinearPtr AccelLinearScratch; member in struct:__anon348028e20508
H A Dxgi_driver.c5781 if (pXGI->AccelLinearScratch) {
5782 xf86FreeOffscreenLinear(pXGI->AccelLinearScratch);
5783 pXGI->AccelLinearScratch = NULL;

Completed in 81 milliseconds