HomeSort by: relevance | last modified time | path
    Searched refs:clip1min (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-tdfx/dist/src/
tdfx.h 176 unsigned int clip1min; member in struct:__anon9435
tdfx_accel.c 380 TDFXWriteLong(pTDFX, SST_2D_CLIP1MIN, pTDFX->ModeReg.clip1min);
410 pTDFX->ModeReg.clip1min=(top&0xFFF)<<16 | (left&0xFFF);
tdfx_driver.c 1462 tdfxReg->clip1min=TDFXReadLongMMIO(pTDFX, SST_2D_CLIP1MIN);
1534 TDFXWriteLongMMIO(pTDFX, SST_2D_CLIP1MIN, tdfxReg->clip1min);
1824 tdfxReg->clip0min = tdfxReg->clip1min = 0;

Completed in 6 milliseconds