|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN bool | device_hip_init () |
| unique_ptr< Device > | device_hip_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, const bool headless) |
| void | device_hip_info (vector< DeviceInfo > &devices) |
| string | device_hip_capabilities () |
| string device_hip_capabilities | ( | ) |
Definition at line 248 of file device/hip/device.cpp.
References count, name, num, result, and value.
Referenced by Device::device_capabilities().
| unique_ptr< Device > device_hip_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| const bool | headless ) |
Definition at line 80 of file device/hip/device.cpp.
Referenced by Device::create().
| void device_hip_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 126 of file device/hip/device.cpp.
References count, DENOISER_OPENIMAGEDENOISE, denoiserTypeToHumanReadable(), DEVICE_HIP, info, name, num, result, string_printf(), DeviceInfo::type, and VLOG_INFO.
Referenced by Device::available_devices().
| CCL_NAMESPACE_BEGIN bool device_hip_init | ( | ) |
Definition at line 27 of file device/hip/device.cpp.
References initialized, result, VLOG_INFO, and VLOG_WARNING.
Referenced by Device::available_devices(), Device::create(), and Device::device_capabilities().