Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dos_misc.h96 os_get_total_physical_memory(uint64_t *size);
Dos_misc.c140 os_get_total_physical_memory(uint64_t *size) in os_get_total_physical_memory() function
/external/mesa3d/docs/relnotes/
D10.4.6.rst90 - auxilary/os: correct sysctl use in os_get_total_physical_memory()
D20.1.7.rst106 - anv: use os_get_total_physical_memory()
D20.3.0.rst2970 - anv: use os_get_total_physical_memory()
D20.2.0.rst2702 - anv: use os_get_total_physical_memory()
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c287 if (!os_get_total_physical_memory(&system_memory)) in i915_get_param()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c259 if (!os_get_total_physical_memory(&system_memory)) in softpipe_get_param()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c194 if (!os_get_total_physical_memory(&system_memory)) in vc4_screen_get_param()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c594 os_get_total_physical_memory(&system_memory)) in lima_screen_create()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c254 if (!os_get_total_physical_memory(&system_memory)) in v3d_screen_get_param()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c247 if (!os_get_total_physical_memory(&system_memory)) in panfrost_get_param()
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c188 if (os_get_total_physical_memory(&system_ram_size)) in radv_sqtt_fill_cpu_info()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c273 if (!os_get_total_physical_memory(&system_memory)) in llvmpipe_get_param()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c248 if (!os_get_total_physical_memory(&system_memory)) in etna_screen_get_param()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp330 if (!os_get_total_physical_memory(&system_memory)) in swr_get_param()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c782 if (tc && tc != ctx && os_get_total_physical_memory(&total_ram)) { in si_pipe_create_context()
/external/mesa3d/src/intel/vulkan/
Danv_device.c116 if (!os_get_total_physical_memory(&total_ram)) in anv_compute_heap_size()