Searched refs:sampler_argument (Results 1 – 3 of 3) sorted by relevance
412 return std::unique_ptr<kernel::argument>(new sampler_argument); in create()649 kernel::sampler_argument::sampler_argument() : s(nullptr), st(nullptr) { in sampler_argument() function in kernel::sampler_argument653 kernel::sampler_argument::set(size_t size, const void *value) { in set()665 kernel::sampler_argument::bind(exec_context &ctx, in bind()672 kernel::sampler_argument::unbind(exec_context &ctx) { in unbind()
240 class sampler_argument : public argument { class in clover::kernel242 sampler_argument();
5505 - clover: Add constructor for sampler_argument.