Searched refs:gpu_mappable_megabytes (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_screen.c419 const int gpu_mappable_megabytes = is->iws->aperture_size(is->iws) * 3 / 4; local in function:i915_get_param
425 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_screen.c483 const int gpu_mappable_megabytes = local in function:i915_get_param
490 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c352 const unsigned gpu_mappable_megabytes = local in function:crocus_get_param
367 return MIN2(system_memory_megabytes, gpu_mappable_megabytes);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c335 const unsigned gpu_mappable_megabytes = local in function:iris_get_param
350 return MIN2(system_memory_megabytes, gpu_mappable_megabytes);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.c733 const unsigned gpu_mappable_megabytes = local in function:i915_query_renderer_integer
748 value[0] = MIN2(system_memory_megabytes, gpu_mappable_megabytes);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_screen.c753 const unsigned gpu_mappable_megabytes = local in function:i915_query_renderer_integer
768 value[0] = MIN2(system_memory_megabytes, gpu_mappable_megabytes);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_screen.c1523 const unsigned gpu_mappable_megabytes = local in function:brw_query_renderer_integer
1538 value[0] = MIN2(system_memory_megabytes, gpu_mappable_megabytes);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_screen.c1574 const unsigned gpu_mappable_megabytes = local in function:brw_query_renderer_integer
1589 value[0] = MIN2(system_memory_megabytes, gpu_mappable_megabytes);

Completed in 16 milliseconds