Home
last modified time | relevance | path

Searched refs:constant_argument (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
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()
Dkernel.hpp196 class constant_argument : public argument { class in clover::kernel
198 constant_argument();
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst5136 - clover: Add constructor for constant_argument.