Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c464 const unsigned system_memory_megabytes = in crocus_init_screen_caps() local
467 caps->video_memory = MIN2(system_memory_megabytes, gpu_mappable_megabytes); in crocus_init_screen_caps()
/external/mesa3d/src/gallium/drivers/iris/
Diris_screen.c189 const unsigned system_memory_megabytes = in iris_get_video_memory() local
192 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in iris_get_video_memory()