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.c372 if (!os_get_total_physical_memory(&system_memory)) in i915_get_param()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c282 if (!os_get_total_physical_memory(&system_memory)) in llvmpipe_get_param()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c302 if (!os_get_total_physical_memory(&system_memory)) in vc4_screen_get_param()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_screen.c540 if (!os_get_total_physical_memory(&system_memory)) in ilo_get_param()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp331 if (!os_get_total_physical_memory(&system_memory)) in swr_get_param()