Searched refs:DST_SIZE (Results 1 – 2 of 2) sorted by relevance
45 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()
67 #define DST_SIZE (0x100000 + 0x68) macro