Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c481 const int gpu_mappable_megabytes = in i915_get_param() local
488 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20)); in i915_get_param()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c346 const unsigned gpu_mappable_megabytes = in crocus_get_param() local
361 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c167 const unsigned gpu_mappable_megabytes = in iris_get_video_memory() local
182 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in iris_get_video_memory()