Home
last modified time | relevance | path

Searched refs:os_get_total_physical_memory (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.h94 os_get_total_physical_memory(uint64_t *size);
Dos_misc.c125 os_get_total_physical_memory(uint64_t *size) in os_get_total_physical_memory() function
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c231 if (!os_get_total_physical_memory(&system_memory)) in softpipe_get_param()
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c398 if (!os_get_total_physical_memory(&system_memory)) in i915_get_param()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c280 if (!os_get_total_physical_memory(&system_memory)) in llvmpipe_get_param()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.c304 if (!os_get_total_physical_memory(&system_memory)) in vc5_screen_get_param()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c345 if (!os_get_total_physical_memory(&system_memory)) in vc4_screen_get_param()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp359 if (!os_get_total_physical_memory(&system_memory)) in swr_get_param()