Searched defs:_cl_mem (Results 1 – 2 of 2) sorted by relevance
40 struct _cl_mem : public clover::ref_counter { struct57 clover::context &ctx;60 cl_mem_flags __flags;61 size_t __size;62 void *__host_ptr;63 std::function<void ()> __destroy_notify;66 std::string data;
28 _cl_mem::_cl_mem(clover::context &ctx, cl_mem_flags flags, in _cl_mem() function in _cl_mem