Searched refs:system_memory (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c241 uint64_t system_memory; local in function:softpipe_get_param
243 if (!os_get_total_physical_memory(&system_memory))
250 system_memory = MIN2(system_memory, 2048 << 20);
252 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c266 uint64_t system_memory; local in function:softpipe_get_param
268 if (!os_get_total_physical_memory(&system_memory))
275 system_memory = MIN2(system_memory, 2048 << 20);
277 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c245 uint64_t system_memory; local in function:panfrost_get_param
247 if (!os_get_total_physical_memory(&system_memory))
250 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c285 uint64_t system_memory; local in function:llvmpipe_get_param
287 if (!os_get_total_physical_memory(&system_memory))
294 system_memory = MIN2(system_memory, 2048 << 20);
296 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.c189 uint64_t system_memory; local in function:vc4_screen_get_param
191 if (!os_get_total_physical_memory(&system_memory))
194 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_screen.c420 uint64_t system_memory; local in function:i915_get_param
422 if (!os_get_total_physical_memory(&system_memory))
425 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_screen.c191 uint64_t system_memory; local in function:vc4_screen_get_param
193 if (!os_get_total_physical_memory(&system_memory))
196 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c280 uint64_t system_memory; local in function:llvmpipe_get_param
282 if (!os_get_total_physical_memory(&system_memory))
289 system_memory = MIN2(system_memory, 2048 << 20);
291 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c227 uint64_t system_memory; local in function:v3d_screen_get_param
229 if (!os_get_total_physical_memory(&system_memory))
232 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_screen.c485 uint64_t system_memory; local in function:i915_get_param
487 if (!os_get_total_physical_memory(&system_memory))
490 return MIN2(gpu_mappable_megabytes, (int)(system_memory >> 20));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_screen.c640 uint64_t system_memory; local in function:lima_screen_create
654 os_get_total_physical_memory(&system_memory))
655 lima_plb_pp_stream_cache_size = system_memory >> 10;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c253 uint64_t system_memory; local in function:v3d_screen_get_param
255 if (!os_get_total_physical_memory(&system_memory))
258 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c265 uint64_t system_memory; local in function:panfrost_get_param
267 if (!os_get_total_physical_memory(&system_memory))
270 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c251 uint64_t system_memory; local in function:etna_screen_get_param
253 if (!os_get_total_physical_memory(&system_memory))
254 system_memory = (uint64_t)4096 << 20;
256 return MIN2(system_memory / 32, 64 * 1024 * 1024);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_screen.cpp385 uint64_t system_memory; local in function:swr_get_param
387 if (!os_get_total_physical_memory(&system_memory))
390 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_pipe.c831 uint64_t system_memory; local in function:agx_get_param
833 if (!os_get_total_physical_memory(&system_memory))
836 return (int)(system_memory >> 20);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_screen.cpp331 uint64_t system_memory; local in function:swr_get_param
333 if (!os_get_total_physical_memory(&system_memory))
336 return (int)(system_memory >> 20);

Completed in 24 milliseconds