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

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_init.cpp19 uint32 chipSize; // size is in megabytes local
26 chipSize = 1 << ((dramInit0 >> 27) & 0x7);
30 chipSize = 2;
32 chipSize = (dramInit0 & SGRAM_TYPE) ? 2 : 1;
44 return chipSize * numChips * 1024 * 1024;

Completed in 34 milliseconds