Searched refs:_cl_mem (Results 1 – 3 of 3) sorted by relevance
28 _cl_mem::_cl_mem(clover::context &ctx, cl_mem_flags flags, in _cl_mem() function in _cl_mem37 _cl_mem::~_cl_mem() { in ~_cl_mem()42 _cl_mem::destroy_notify(std::function<void ()> f) { in destroy_notify()47 _cl_mem::flags() const { in flags()52 _cl_mem::size() const { in size()57 _cl_mem::host_ptr() const { in host_ptr()
34 typedef struct _cl_mem memory_obj;40 struct _cl_mem : public clover::ref_counter { struct42 _cl_mem(clover::context &ctx, cl_mem_flags flags,44 _cl_mem(const _cl_mem &obj) = delete;47 virtual ~_cl_mem();
45 typedef struct _cl_mem * cl_mem;