Searched refs:local_argument (Results 1 – 2 of 2) sorted by relevance
39 this->args.emplace_back(new local_argument()); in _cl_kernel()100 if (dynamic_cast<local_argument *>(arg.get())) in mem_local()246 _cl_kernel::local_argument::local_argument() : in local_argument() function in _cl_kernel::local_argument251 _cl_kernel::local_argument::storage() const { in storage()256 _cl_kernel::local_argument::set(size_t size, const void *value) { in set()265 _cl_kernel::local_argument::bind(exec_context &ctx) { in bind()276 _cl_kernel::local_argument::unbind(exec_context &ctx) { in unbind()
144 class local_argument : public argument { class146 local_argument();