|
Blender V4.5
|
#include <cstdint>#include <cstdlib>#include <string>Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN int | system_console_width () |
| std::string | system_cpu_brand_string () |
| int | system_cpu_bits () |
| bool | system_cpu_support_sse42 () |
| bool | system_cpu_support_avx2 () |
| size_t | system_physical_ram () |
| uint64_t | system_self_process_id () |
| CCL_NAMESPACE_BEGIN int system_console_width | ( | ) |
Definition at line 25 of file system.cpp.
References system_console_width(), and w().
Referenced by system_console_width().
| int system_cpu_bits | ( | ) |
Definition at line 130 of file system.cpp.
References system_cpu_bits().
Referenced by system_cpu_bits().
| std::string system_cpu_brand_string | ( | ) |
Definition at line 64 of file system.cpp.
References result, string_remove_trademark(), and system_cpu_brand_string().
Referenced by device_cpu_info(), and system_cpu_brand_string().
| bool system_cpu_support_avx2 | ( | ) |
Definition at line 220 of file system.cpp.
References system_cpu_support_avx2().
Referenced by device_cpu_capabilities(), CPUKernelFunction< void(*)(const ThreadKernelGlobalsCPU *kg, IntegratorStateCPU *state)>::get_best_kernel_info(), guiding_device_type(), system_cpu_support_avx2(), transform_inverse(), and validate_cpu_capabilities().
| bool system_cpu_support_sse42 | ( | ) |
Definition at line 215 of file system.cpp.
References system_cpu_support_sse42().
Referenced by guiding_device_type(), openimagedenoise_supported(), system_cpu_support_sse42(), and validate_cpu_capabilities().
| size_t system_physical_ram | ( | ) |
Definition at line 227 of file system.cpp.
References len(), and system_physical_ram().
Referenced by GPUDevice::init_host_memory(), and system_physical_ram().
| uint64_t system_self_process_id | ( | ) |
Definition at line 248 of file system.cpp.
References system_self_process_id().
Referenced by system_self_process_id(), and TileManager::TileManager().