Blender
V3.3
|
Go to the source code of this file.
Functions | |
Device * | device_cpu_create (const DeviceInfo &info, Stats &stats, Profiler &profiler) |
void | device_cpu_info (vector< DeviceInfo > &devices) |
string | device_cpu_capabilities () |
string device_cpu_capabilities | ( | ) |
Definition at line 37 of file device/cpu/device.cpp.
References system_cpu_support_avx(), system_cpu_support_avx2(), system_cpu_support_sse2(), system_cpu_support_sse3(), and system_cpu_support_sse41().
Referenced by Device::device_capabilities().
Device* device_cpu_create | ( | const DeviceInfo & | info, |
Stats & | stats, | ||
Profiler & | profiler | ||
) |
Definition at line 14 of file device/cpu/device.cpp.
Referenced by Device::create(), and PathTrace::PathTrace().
void device_cpu_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 19 of file device/cpu/device.cpp.
References DENOISER_OPENIMAGEDENOISE, DeviceInfo::denoisers, DeviceInfo::description, DEVICE_CPU, blender::compositor::devices, DeviceInfo::has_nanovdb, DeviceInfo::has_osl, DeviceInfo::has_profiling, DeviceInfo::id, DeviceInfo::num, openimagedenoise_supported(), system_cpu_brand_string(), and DeviceInfo::type.
Referenced by Device::available_devices(), and PathTrace::PathTrace().