|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <gfx_factory.h>
Public Types | |
| typedef gfx_offload::task_id_type | kernel_id_type |
Public Types inherited from tbb::flow::interface10::async_msg< T > | |
| typedef T | async_msg_data_type |
Public Member Functions | |
| gfx_async_msg () | |
| gfx_async_msg (const T &input_data) | |
| T & | data () |
| const T & | data () const |
| void | set_task_id (kernel_id_type id) |
| kernel_id_type | task_id () const |
Public Member Functions inherited from tbb::flow::interface10::async_msg< T > | |
| async_msg () | |
| async_msg (const T &t) | |
| async_msg (T &&t) | |
| virtual | ~async_msg () |
| void | set (const T &t) |
| void | set (T &&t) |
Private Attributes | |
| T | my_data |
| kernel_id_type | my_task_id |
Additional Inherited Members | |
Protected Member Functions inherited from tbb::flow::interface10::async_msg< T > | |
| virtual void | finalize () const |
Definition at line 142 of file gfx_factory.h.
| typedef gfx_offload::task_id_type tbb::flow::interface9::gfx_async_msg< T >::kernel_id_type |
Definition at line 144 of file gfx_factory.h.
|
inline |
Definition at line 146 of file gfx_factory.h.
|
inline |
Definition at line 147 of file gfx_factory.h.
|
inline |
Definition at line 149 of file gfx_factory.h.
Referenced by tbb::flow::interface9::gfx_factory::receive_arg(), and tbb::flow::interface9::gfx_factory::send_arg().
|
inline |
Definition at line 150 of file gfx_factory.h.
|
inline |
Definition at line 152 of file gfx_factory.h.
References id.
Referenced by tbb::flow::interface9::gfx_factory::set_kernel_id_arg().
|
inline |
Definition at line 153 of file gfx_factory.h.
|
private |
Definition at line 156 of file gfx_factory.h.
|
private |
Definition at line 157 of file gfx_factory.h.