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

/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c83 uint32 srcAddr = 0, destAddr = 0; local
122 destAddr = (dest_top * screenWidth + dest_left) * bpp;
127 destAddr = (dest_top * screenWidth + dest_left + width) * bpp + bpp-1;
132 destAddr = ((dest_top + height)*screenWidth + dest_left) * bpp;
137 destAddr = ((dest_top + height)*screenWidth + dest_left + width) * bpp + bpp-1;
148 *((vuint32 *)(mmRegs+0xa0)) = destAddr;

Completed in 88 milliseconds