Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dos_misc.h96 os_get_total_physical_memory(uint64_t *size);
Dos_misc.c224 os_get_total_physical_memory(uint64_t *size) in os_get_total_physical_memory() function
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c271 if (!os_get_total_physical_memory(&system_memory)) in softpipe_get_param()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c190 if (!os_get_total_physical_memory(&system_memory)) in vc4_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c485 if (!os_get_total_physical_memory(&system_memory)) in i915_get_param()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c671 os_get_total_physical_memory(&system_memory)) in lima_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c267 if (!os_get_total_physical_memory(&system_memory)) in v3d_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c269 if (!os_get_total_physical_memory(&system_memory)) in panfrost_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c527 if (!os_get_total_physical_memory(&system_memory)) in fd_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c282 if (!os_get_total_physical_memory(&system_memory)) in llvmpipe_get_param()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c254 if (!os_get_total_physical_memory(&system_memory)) in etna_screen_get_param()
/third_party/mesa3d/src/amd/common/
Dac_rgp.c205 if (os_get_total_physical_memory(&system_ram_size)) in ac_sqtt_fill_cpu_info()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c837 if (!os_get_total_physical_memory(&system_memory)) in agx_get_param()
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c1681 if (!os_get_total_physical_memory(&total_phys)) in compute_system_memory()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c289 if (!os_get_total_physical_memory(&total_ram)) in pvr_compute_heap_size()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c2339 if (!os_get_total_physical_memory(&screen->total_mem)) in zink_internal_create_screen()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4633 if (os_get_total_physical_memory(&total_ram)) { in threaded_context_init_bytes_mapped_limit()