Home
last modified time | relevance | path

Searched refs:barg (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp35 for (auto &barg : bargs) { in kernel()
36 if (barg.semantic == binary::argument::general) in kernel()
37 _args.emplace_back(argument::create(barg)); in kernel()
170 for (auto &barg: find(name_equals(_name), program().symbols()).args) in args_infos()
171 if (barg.semantic == clover::binary::argument::general) in args_infos()
172 infos.emplace_back(barg.info); in args_infos()
203 for (auto &barg : bargs) { in bind()
204 switch (barg.semantic) { in bind()
206 (*(explicit_arg++))->bind(*this, barg); in bind()
211 auto arg = argument::create(barg); in bind()
391 create(const binary::argument &barg) create() argument
447 bind(exec_context &ctx, const binary::argument &barg) bind() argument
482 bind(exec_context &ctx, const binary::argument &barg) bind() argument
531 bind(exec_context &ctx, const binary::argument &barg) bind() argument
561 bind(exec_context &ctx, const binary::argument &barg) bind() argument
603 bind(exec_context &ctx, const binary::argument &barg) bind() argument
634 bind(exec_context &ctx, const binary::argument &barg) bind() argument
665 bind(exec_context &ctx, const binary::argument &barg) bind() argument
[all...]
H A Dkernel.hpp77 create(const binary::argument &barg);
100 const binary::argument &barg) = 0;
160 const binary::argument &barg);
175 const binary::argument &barg);
189 const binary::argument &barg);
202 const binary::argument &barg);
225 const binary::argument &barg);
236 const binary::argument &barg);
246 const binary::argument &barg);
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c117 static char *narg, *Narg, *qarg, *rarg, *Rarg, *aarg, *Targ, *barg, *targ, variable
865 if (tst_parse_int(barg, &busy_poll, 0, INT_MAX)) in setup()
866 tst_brk(TBROK, "Invalid busy poll timeout'%s'", barg); in setup()
1008 {"b:", &barg, "Low latency busy poll timeout"},
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t131 BROKEN_ARG => 'barg',
134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
/third_party/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t131 BROKEN_ARG => 'barg',
134 my $result1 = qq{OK! text:die error:Died lineno:1 arg:barg};
/third_party/python/Objects/
H A Dlongobject.c5124 _PyLong_GCD(PyObject *aarg, PyObject *barg) in _PyLong_GCD() argument
5134 b = (PyLongObject *)barg; in _PyLong_GCD()

Completed in 11 milliseconds