|
| inline::cl_int | vsmc::internal::cl_error_check (::cl_int status, const char *cpp, const char *c) |
| |
| std::vector< CLPlatform > | vsmc::cl_get_platform () |
| | clGetPlatformIDs More...
|
| |
| template<typename CLType > |
| std::vector< CLType > | vsmc::internal::cl_vec_c2cpp (::cl_uint n, const typename CLType::pointer *ptr) |
| |
| template<typename CLType > |
| std::vector< typename CLType::pointer > | vsmc::internal::cl_vec_cpp2c (::cl_uint n, const CLType *ptr) |
| |
| template<typename CLPtr , typename Derived > |
| bool | vsmc::operator!= (const CLBase< CLPtr, Derived > &ptr1, const CLBase< CLPtr, Derived > &ptr2) |
| | Comparison of inequality of two CLBase objects. More...
|
| |
| template<typename CLPtr , typename Derived > |
| bool | vsmc::operator== (const CLBase< CLPtr, Derived > &ptr1, const CLBase< CLPtr, Derived > &ptr2) |
| | Comparison of equality of two CLBase objects. More...
|
| |
| template<typename CLPtr , typename Derived > |
| void | vsmc::swap (const CLBase< CLPtr, Derived > &ptr1, const CLBase< CLPtr, Derived > &ptr2) |
| | Swap two CLBase objects. More...
|
| |