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

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

Completed in 75 milliseconds