|
Blender V4.3
|
#include "util/system.h"#include "util/log.h"#include "util/string.h"#include "util/types.h"#include <OpenImageIO/sysutil.h>#include <sys/ioctl.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| OIIO_NAMESPACE_USING CCL_NAMESPACE_BEGIN int | system_console_width () |
| 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 () |
| OIIO_NAMESPACE_USING CCL_NAMESPACE_BEGIN int system_console_width | ( | ) |
Definition at line 32 of file system.cpp.
References w().
| int system_cpu_bits | ( | ) |
Definition at line 137 of file system.cpp.
| string system_cpu_brand_string | ( | ) |
Definition at line 71 of file system.cpp.
References __cpuid(), NULL, and string_remove_trademark().
Referenced by device_cpu_info().
| bool system_cpu_support_avx2 | ( | ) |
Definition at line 227 of file system.cpp.
Referenced by device_cpu_capabilities(), CPUKernelFunction< FunctionType >::get_best_kernel_info(), guiding_device_type(), transform_inverse(), and validate_cpu_capabilities().
| bool system_cpu_support_sse42 | ( | ) |
Definition at line 222 of file system.cpp.
Referenced by device_cpu_capabilities(), CPUKernelFunction< FunctionType >::get_best_kernel_info(), guiding_device_type(), openimagedenoise_supported(), transform_inverse(), and validate_cpu_capabilities().
| size_t system_physical_ram | ( | ) |
Definition at line 234 of file system.cpp.
Referenced by GPUDevice::init_host_memory().
| uint64_t system_self_process_id | ( | ) |
Definition at line 255 of file system.cpp.
Referenced by TileManager::TileManager().