Searched refs:ColorExpandBufferNumber (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis300_accel.c1073 pSiS->ColorExpandBufferNumber = 0;
1188 pSiS->ColorExpandBufferNumber = 4;
1191 pSiS->ColorExpandBufferNumber = 16;
1196 infoPtr->NumScanlineColorExpandBuffers = pSiS->ColorExpandBufferNumber;
1305 reservedFbSize = pSiS->ColorExpandBufferNumber * pSiS->PerColorExpandBufferSize;
1310 for(i = 0; i < pSiS->ColorExpandBufferNumber; i++) {
H A Dsis_accel.c654 pSiS->ColorExpandBufferNumber = 0;
742 pSiS->ColorExpandBufferNumber = 4;
746 infoPtr->NumScanlineColorExpandBuffers = pSiS->ColorExpandBufferNumber;
820 reservedFbSize = pSiS->ColorExpandBufferNumber * pSiS->PerColorExpandBufferSize;
824 if(pSiS->ColorExpandBufferNumber) {
826 for(i = 0; i < pSiS->ColorExpandBufferNumber; i++) {
H A Dsis310_accel.c1978 pSiS->ColorExpandBufferNumber = 0;
2119 pSiS->ColorExpandBufferNumber = 48;
2123 infoPtr->ColorExpandRange = pSiS->ColorExpandBufferNumber * pSiS->PerColorExpandBufferSize;
2146 pSiS->ColorExpandBufferNumber = 16;
2149 infoPtr->NumScanlineColorExpandBuffers = pSiS->ColorExpandBufferNumber;
2281 reservedFbSize = pSiS->ColorExpandBufferNumber * pSiS->PerColorExpandBufferSize;
2287 if(pSiS->ColorExpandBufferNumber) {
2292 for(i = 0; i < pSiS->ColorExpandBufferNumber; i++) {
H A Dsis.h1176 int ColorExpandBufferNumber; member in struct:__anon2d7f85d00508
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h738 int ColorExpandBufferNumber; member in struct:__anon348028e20508
H A Dxgi_accel.c862 reservedFbSize += (pXGI->ColorExpandBufferNumber * pXGI->PerColorExpandBufferSize);
868 for (i = 0; i < pXGI->ColorExpandBufferNumber; i++) {

Completed in 17 milliseconds