Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device_intern.h
| Context not available. | |||||
| class Device; | class Device; | ||||
| Device *device_cpu_create(DeviceInfo& info, Stats &stats); | Device *device_cpu_create(DeviceInfo& info, Stats &stats, bool background); | ||||
| Device *device_opencl_create(DeviceInfo& info, Stats &stats, bool background); | Device *device_opencl_create(DeviceInfo& info, Stats &stats, bool background); | ||||
| Device *device_cuda_create(DeviceInfo& info, Stats &stats, bool background); | Device *device_cuda_create(DeviceInfo& info, Stats &stats, bool background); | ||||
| Device *device_network_create(DeviceInfo& info, Stats &stats, const char *address); | Device *device_network_create(DeviceInfo& info, Stats &stats, const char *address); | ||||
| Context not available. | |||||