Home
last modified time | relevance | path

Searched defs:device_ptr_index_expr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/compute/detail/
Ddevice_ptr.hpp28 struct device_ptr_index_expr struct
30 typedef T result_type;
32 device_ptr_index_expr(const buffer &buffer, in device_ptr_index_expr() argument
41 operator T() const in operator T()
55 const buffer &m_buffer;
56 uint_ m_index;
57 IndexExpr m_expr;