|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| bool | device_hip_init () |
| unique_ptr< Device > | device_hip_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless) |
| void | device_hip_info (vector< DeviceInfo > &devices) |
| string | device_hip_capabilities () |
| string device_hip_capabilities | ( | ) |
Definition at line 244 of file device/hip/device.cpp.
References count, name, num, and result.
Referenced by Device::device_capabilities().
| unique_ptr< Device > device_hip_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | headless ) |
Definition at line 79 of file device/hip/device.cpp.
References LOG_FATAL, and DeviceInfo::use_hardware_raytracing.
Referenced by Device::create().
| void device_hip_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 125 of file device/hip/device.cpp.
References count, DENOISER_OPENIMAGEDENOISE, DeviceInfo::denoisers, denoiserTypeToHumanReadable(), DeviceInfo::description, DEVICE_HIP, DeviceInfo::display_device, DeviceInfo::has_gpu_queue, DeviceInfo::has_mnee, DeviceInfo::has_nanovdb, DeviceInfo::has_peer_memory, DeviceInfo::id, LOG_ERROR, LOG_INFO, name, DeviceInfo::num, num, result, string_printf(), DeviceInfo::type, and DeviceInfo::use_hardware_raytracing.
Referenced by Device::available_devices().
| bool device_hip_init | ( | ) |
Definition at line 27 of file device/hip/device.cpp.
References initialized, LOG_INFO, LOG_WARNING, and result.
Referenced by Device::available_devices(), Device::create(), and Device::device_capabilities().