Searched refs:ScreenPitch (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_accel.c | 332 ASTSetupSRCPitch(pSingleCMD, pAST->VideoModeInfo.ScreenPitch); 334 ASTSetupDSTPitchHeight(pSingleCMD, pAST->VideoModeInfo.ScreenPitch, -1); 343 ASTSetupSRCPitch_MMIO(pAST->VideoModeInfo.ScreenPitch); 344 ASTSetupDSTPitchHeight_MMIO(pAST->VideoModeInfo.ScreenPitch, -1); 380 srcbase=pAST->VideoModeInfo.ScreenPitch*y1; 387 dstbase=pAST->VideoModeInfo.ScreenPitch*y2; 489 ASTSetupDSTPitchHeight(pSingleCMD, pAST->VideoModeInfo.ScreenPitch, -1); 499 ASTSetupDSTPitchHeight_MMIO(pAST->VideoModeInfo.ScreenPitch, -1); 532 dstbase=pAST->VideoModeInfo.ScreenPitch*dst_y; 607 ASTSetupDSTPitchHeight(pSingleCMD, pAST->VideoModeInfo.ScreenPitch, [all...] |
| H A D | ast.h | 139 int ScreenPitch; member in struct:_VIDEOMODE
|
| H A D | ast_driver.c | 1034 if ((pAST->VideoModeInfo.ScreenPitch * mode->CrtcVDisplay) > pAST->ulVRAMSize) 1040 pAST->VideoModeInfo.ScreenPitch = pScrn->displayWidth * ((pScrn->bitsPerPixel + 1) / 8) ; 1072 base = y * pAST->VideoModeInfo.ScreenPitch + x * ((pAST->VideoModeInfo.bitsPerPixel + 1) / 8); 1780 pAST->VideoModeInfo.ScreenPitch = pScrn->displayWidth * ((pScrn->bitsPerPixel + 1) / 8) ;
|
| H A D | ast_mode.c | 531 memset(pAST->FBVirtualAddr, 0x00, pAST->VideoModeInfo.ScreenPitch*pAST->VideoModeInfo.ScreenHeight); 864 usOffset = pAST->VideoModeInfo.ScreenPitch >> 3; /* Unit: char */ 1092 ulOffset = pAST->VideoModeInfo.ScreenPitch; 1093 ulTermalCount = (pAST->VideoModeInfo.ScreenPitch + 7) >> 3;
|
Completed in 8 milliseconds