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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_videohw.h55 CARD32 lineBufSize; member in struct:__anon0d449b570108
H A Dxgi_videohw.c688 SetVideoReg(pXGI, Index_VI_Line_Buffer_Size, LOBYTE(LOWORD(pOverlay->lineBufSize)));
689 SetVideoReg(pXGI, Index_VI_Line_Buffer_Size_Ext, HIBYTE(LOWORD(pOverlay->lineBufSize)));
H A Dxgi_video.c899 pOverlay->lineBufSize = dwI * (0x01 << (preHIDF + 2)) - 1;
910 pOverlay->lineBufSize = dwI;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis6326_video.c344 CARD8 lineBufSize; member in struct:__anon49751ab20108
785 pOverlay->lineBufSize = (CARD8)I;
981 setvideoreg(pSiS, Index_VI6326_Line_Buffer_Size, pOverlay->lineBufSize);
H A Dsis_video.h604 CARD16 lineBufSize; member in struct:__anon082230a60108
H A Dsis_video.c1944 pOverlay->lineBufSize =
2385 setvideoreg(pSiS, Index_VI_Line_Buffer_Size, (CARD8)pOverlay->lineBufSize);
2387 setvideoreg(pSiS, Index_VI_Line_Buffer_Size_High, (CARD8)(pOverlay->lineBufSize >> 8));

Completed in 18 milliseconds