Home
last modified time | relevance | path

Searched refs:system_memory_pages (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c349 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in crocus_get_param() local
352 if (system_memory_pages <= 0 || system_page_size <= 0) in crocus_get_param()
356 (uint64_t) system_memory_pages * (uint64_t) system_page_size; in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c170 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in iris_get_video_memory() local
173 if (system_memory_pages <= 0 || system_page_size <= 0) in iris_get_video_memory()
177 (uint64_t) system_memory_pages * (uint64_t) system_page_size; in iris_get_video_memory()

Completed in 3 milliseconds