Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c480 const int gpu_mappable_megabytes = in i915_get_param() local
487 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20)); in i915_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c335 const unsigned gpu_mappable_megabytes = in iris_get_param() local
350 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in iris_get_param()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c352 const unsigned gpu_mappable_megabytes = in crocus_get_param() local
367 return MIN2(system_memory_megabytes, gpu_mappable_megabytes); in crocus_get_param()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c753 const unsigned gpu_mappable_megabytes = in i915_query_renderer_integer() local
768 value[0] = MIN2(system_memory_megabytes, gpu_mappable_megabytes); in i915_query_renderer_integer()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.c1574 const unsigned gpu_mappable_megabytes = in brw_query_renderer_integer() local
1589 value[0] = MIN2(system_memory_megabytes, gpu_mappable_megabytes); in brw_query_renderer_integer()