#include <device.h>
Public Member Functions | |
| NativeThreadDeviceDescription (const std::string deviceName, const unsigned int threadIdx) | |
| size_t | GetThreadIndex () const |
Static Protected Member Functions | |
| static void | AddDeviceDescs (std::vector< DeviceDescription * > &descriptions) |
Protected Attributes | |
| size_t | threadIndex |
Friends | |
| class | Context |
Definition at line 92 of file device.h.
| luxrays::NativeThreadDeviceDescription::NativeThreadDeviceDescription | ( | const std::string | deviceName, | |
| const unsigned int | threadIdx | |||
| ) | [inline] |
Definition at line 94 of file device.h.
Referenced by AddDeviceDescs().
| void luxrays::NativeThreadDeviceDescription::AddDeviceDescs | ( | std::vector< DeviceDescription * > & | descriptions | ) | [static, protected] |
Definition at line 118 of file device.cpp.
References NativeThreadDeviceDescription().
Referenced by luxrays::Context::Context().
| size_t luxrays::NativeThreadDeviceDescription::GetThreadIndex | ( | ) | const [inline] |
Definition at line 97 of file device.h.
References threadIndex.
Referenced by luxrays::Context::CreateIntersectionDevices(), and luxrays::Context::CreatePixelDevices().
size_t luxrays::NativeThreadDeviceDescription::threadIndex [protected] |
Definition at line 104 of file device.h.
Referenced by GetThreadIndex().
1.6.3