Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp138 uint32 videoRamSize = pciInfo.u.h0.base_register_sizes[1]; in MapDevice() local
145 videoRamSize, in MapDevice()
151 si.videoMemArea, (uint32)(si.videoMemAddr), videoRamSize); in MapDevice()
158 videoRamSize, in MapDevice()
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp201 uint32 videoRamSize = 0; in MapDevice() local
217 videoRamSize = 16 * 1024 * 1024; // 16 MB is max for 3D series in MapDevice()
226 videoRamSize = pciInfo.u.h0.base_register_sizes[1]; in MapDevice()
236 videoRamSize = 8 * 1024 * 1024; // 8 MB is max for Trio/Virge chips in MapDevice()
263 videoRamSize, in MapDevice()
273 videoRamSize, in MapDevice()
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp612 uint32 videoRamSize = pciInfo.u.h0.base_register_sizes[0]; in MapDevice() local
619 videoRamSize, in MapDevice()
629 videoRamSize, in MapDevice()