Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_draw.cpp45 OUTREG32(DST_SIZE, w | (h << 16)); in TDFX_FillRectangle()
76 OUTREG32(DST_SIZE, w | (1 << 16)); in TDFX_FillSpan()
101 OUTREG32(DST_SIZE, w | (h << 16)); in TDFX_InvertRectangle()
146 OUTREG32(DST_SIZE, (width + 1) | ((height + 1) << 16)); in TDFX_ScreenToScreenBlit()
H A D3dfx.h67 #define DST_SIZE (0x100000 + 0x68) macro