Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp41 this->args.emplace_back(new constant_argument()); in _cl_kernel()
279 _cl_kernel::constant_argument::constant_argument() : in constant_argument() function in _cl_kernel::constant_argument
284 _cl_kernel::constant_argument::set(size_t size, const void *value) { in set()
293 _cl_kernel::constant_argument::bind(exec_context &ctx) { in bind()
305 _cl_kernel::constant_argument::unbind(exec_context &ctx) { in unbind()
Dkernel.hpp158 class constant_argument : public argument { class
160 constant_argument();
/external/v8/src/
Dhydrogen.cc9186 HConstant* constant_argument = HConstant::cast(argument); in BuildInlinedCallArray() local
9187 DCHECK(constant_argument->HasSmiValue()); in BuildInlinedCallArray()
9188 int constant_array_size = constant_argument->Integer32Value(); in BuildInlinedCallArray()
9237 HConstant* constant_argument = HConstant::cast(argument); in IsCallArrayInlineable() local
9238 if (constant_argument->HasSmiValue()) { in IsCallArrayInlineable()
9239 int value = constant_argument->Integer32Value(); in IsCallArrayInlineable()