Searched refs:req_offscreenmem (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_driver.c1771 unsigned int req_offscreenmem; local in function:GX1ScreenInit
1844 req_offscreenmem = pScreenInfo->virtualY * pGeode->CBPitch;
1845 req_offscreenmem += pGeode->Pitch - 1;
1846 req_offscreenmem /= pGeode->Pitch;
1848 AvailBox.y1 += req_offscreenmem;
H A Dnsc_gx2_driver.c1708 unsigned int req_offscreenmem; local in function:GX2ScreenInit
1764 req_offscreenmem = pScreenInfo->virtualY * pGeode->CBPitch;
1765 req_offscreenmem += pGeode->Pitch - 1;
1766 req_offscreenmem /= pGeode->Pitch;
1768 AvailBox.y1 += req_offscreenmem;

Completed in 6 milliseconds