Home
last modified time | relevance | path

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

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_init.cpp23 int memType = (dramInit1 & MCTL_TYPE_SDRAM) ? MEM_TYPE_SDRAM : MEM_TYPE_SGRAM; in TDFX_GetVideoMemorySize()
29 if (memType == MEM_TYPE_SDRAM) in TDFX_GetVideoMemorySize()
38 if (memType == MEM_TYPE_SDRAM) { in TDFX_GetVideoMemorySize()
H A D3dfx.h21 #define MEM_TYPE_SDRAM 1 macro