Blender
V3.3
|
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_sse2 () |
bool | system_cpu_support_sse3 () |
bool | system_cpu_support_sse41 () |
bool | system_cpu_support_avx () |
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 31 of file system.cpp.
References w().
int system_cpu_bits | ( | ) |
Definition at line 123 of file system.cpp.
std::string system_cpu_brand_string | ( | ) |
Definition at line 70 of file system.cpp.
References __cpuid(), NULL, result, and string_remove_trademark().
Referenced by device_cpu_info().
bool system_cpu_support_avx | ( | ) |
Definition at line 247 of file system.cpp.
Referenced by device_cpu_capabilities(), CPUKernelFunction< FunctionType >::get_best_kernel_info(), and validate_cpu_capabilities().
bool system_cpu_support_avx2 | ( | ) |
Definition at line 251 of file system.cpp.
Referenced by device_cpu_capabilities(), CPUKernelFunction< FunctionType >::get_best_kernel_info(), transform_inverse(), and validate_cpu_capabilities().
bool system_cpu_support_sse2 | ( | ) |
Definition at line 232 of file system.cpp.
Referenced by device_cpu_capabilities(), and CPUKernelFunction< FunctionType >::get_best_kernel_info().
bool system_cpu_support_sse3 | ( | ) |
Definition at line 237 of file system.cpp.
Referenced by device_cpu_capabilities(), and CPUKernelFunction< FunctionType >::get_best_kernel_info().
bool system_cpu_support_sse41 | ( | ) |
Definition at line 242 of file system.cpp.
Referenced by device_cpu_capabilities(), CPUKernelFunction< FunctionType >::get_best_kernel_info(), openimagedenoise_supported(), and transform_inverse().
size_t system_physical_ram | ( | ) |
Definition at line 258 of file system.cpp.
uint64_t system_self_process_id | ( | ) |
Definition at line 279 of file system.cpp.
Referenced by TileManager::TileManager().