|
Blender
V2.93
|
Go to the source code of this file.
| string device_cpu_capabilities | ( | ) |
Definition at line 1667 of file device_cpu.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 | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | background | ||
| ) |
Definition at line 1640 of file device_cpu.cpp.
Referenced by Device::create().
| void device_cpu_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 1645 of file device_cpu.cpp.
References DENOISER_NLM, DENOISER_OPENIMAGEDENOISE, DeviceInfo::denoisers, DeviceInfo::description, DEVICE_CPU, blender::compositor::devices, DeviceInfo::has_adaptive_stop_per_sample, DeviceInfo::has_half_images, DeviceInfo::has_nanovdb, DeviceInfo::has_osl, DeviceInfo::has_profiling, DeviceInfo::has_volume_decoupled, DeviceInfo::id, DeviceInfo::num, openimagedenoise_supported(), system_cpu_brand_string(), and DeviceInfo::type.
Referenced by Device::available_devices().
| string device_cuda_capabilities | ( | ) |
Referenced by Device::device_capabilities().
| Device* device_cuda_create | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | background | ||
| ) |
Referenced by Device::create().
| void device_cuda_info | ( | vector< DeviceInfo > & | devices | ) |
Referenced by Device::available_devices().
| bool device_cuda_init | ( | ) |
Referenced by Device::available_devices(), Device::create(), and Device::device_capabilities().
| Device* device_dummy_create | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | background | ||
| ) |
Definition at line 78 of file device_dummy.cpp.
Referenced by Device::create().
| Device* device_multi_create | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | background | ||
| ) |
Definition at line 821 of file device_multi.cpp.
Referenced by Device::create().
| Device* device_network_create | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| const char * | address | ||
| ) |
Referenced by Device::create(), and MultiDevice::MultiDevice().
| void device_network_info | ( | vector< DeviceInfo > & | devices | ) |
Referenced by Device::available_devices().
| string device_opencl_capabilities | ( | ) |
Referenced by Device::device_capabilities().
| bool device_opencl_compile_kernel | ( | const vector< string > & | parameters | ) |
| Device* device_opencl_create | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | background | ||
| ) |
Referenced by Device::create().
| void device_opencl_info | ( | vector< DeviceInfo > & | devices | ) |
Referenced by Device::available_devices().
| bool device_opencl_init | ( | ) |
Referenced by Device::available_devices(), Device::create(), and Device::device_capabilities().
| Device* device_optix_create | ( | DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | background | ||
| ) |
Referenced by Device::create().
| void device_optix_info | ( | const vector< DeviceInfo > & | cuda_devices, |
| vector< DeviceInfo > & | devices | ||
| ) |
Referenced by Device::available_devices().
| bool device_optix_init | ( | ) |
Referenced by Device::available_devices(), and Device::create().