Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fb3dfx.c35 while( (tdfx_in32(TDFX_STATUS) & STATUS_RETRACE) == STATUS_RETRACE ) in WaitVBL()
38 while( (tdfx_in32(TDFX_STATUS) & STATUS_RETRACE) == 0 ) in WaitVBL()
D3dfx_regs.h79 #define STATUS_RETRACE BIT(6) macro