Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_init.cpp22 uint32 numChips = (dramInit0 & SGRAM_NUM_CHIPSETS) ? 8 : 4; in TDFX_GetVideoMemorySize() local
44 return chipSize * numChips * 1024 * 1024; in TDFX_GetVideoMemorySize()