Home
last modified time | relevance | path

Searched refs:constant_argument (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp403 return std::unique_ptr<kernel::argument>(new constant_argument); in create()
548 kernel::constant_argument::constant_argument() : buf(nullptr), st(nullptr) { in constant_argument() function in kernel::constant_argument
552 kernel::constant_argument::set(size_t size, const void *value) { in set()
561 kernel::constant_argument::bind(exec_context &ctx, in bind()
582 kernel::constant_argument::unbind(exec_context &ctx) { in unbind()
H A Dkernel.hpp196 class constant_argument : public argument { class in clover::kernel
198 constant_argument();

Completed in 3 milliseconds