Home
last modified time | relevance | path

Searched refs:MaxFastBlitY (Results 1 – 2 of 2) sorted by relevance

/dports/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0/src/
H A Dmga_storm.c605 pMga->MaxFastBlitY = 0; in mgaAccelInit()
800 pMga->MaxFastBlitY = maxFastBlitMem / (pScrn->displayWidth * pMga->CurrentLayout.bitsPerPixel / 8); in mgaAccelInit()
1428 if(pMga->MaxFastBlitY) { in mgaSubsequentScreenToScreenCopy_FastBlit()
1430 if((srcY >= pMga->MaxFastBlitY) || in mgaSubsequentScreenToScreenCopy_FastBlit()
1431 (dstY >= pMga->MaxFastBlitY)) in mgaSubsequentScreenToScreenCopy_FastBlit()
1434 if(((srcY + h) > pMga->MaxFastBlitY) || in mgaSubsequentScreenToScreenCopy_FastBlit()
1435 ((dstY + h) > pMga->MaxFastBlitY)) in mgaSubsequentScreenToScreenCopy_FastBlit()
H A Dmga.h548 int MaxFastBlitY; member