|
template<typename ElementType , access::address_space Space> |
multi_ptr< ElementType, Space > | cl::sycl::make_ptr (typename multi_ptr< ElementType, Space >::pointer_t pointer) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator== (const multi_ptr< ElementType, Space > &lhs, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator!= (const multi_ptr< ElementType, Space > &lhs, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator< (const multi_ptr< ElementType, Space > &lhs, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator> (const multi_ptr< ElementType, Space > &lhs, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator<= (const multi_ptr< ElementType, Space > &lhs, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator>= (const multi_ptr< ElementType, Space > &lhs, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator!= (const multi_ptr< ElementType, Space > &lhs, std::nullptr_t) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator!= (std::nullptr_t, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator== (const multi_ptr< ElementType, Space > &lhs, std::nullptr_t) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator== (std::nullptr_t, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator> (const multi_ptr< ElementType, Space > &lhs, std::nullptr_t) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator> (std::nullptr_t, const multi_ptr< ElementType, Space > &) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator< (const multi_ptr< ElementType, Space > &, std::nullptr_t) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator< (std::nullptr_t, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator>= (const multi_ptr< ElementType, Space > &, std::nullptr_t) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator>= (std::nullptr_t, const multi_ptr< ElementType, Space > &rhs) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator<= (const multi_ptr< ElementType, Space > &lhs, std::nullptr_t) |
|
template<typename ElementType , access::address_space Space> |
bool | cl::sycl::operator<= (std::nullptr_t, const multi_ptr< ElementType, Space > &rhs) |
|