Home | History | Annotate | Download | only in core

Lines Matching refs:argument

31                        const std::vector<clover::module::argument> &args) :
34 if (arg.type == module::argument::scalar)
36 else if (arg.type == module::argument::global)
38 else if (arg.type == module::argument::local)
40 else if (arg.type == module::argument::constant)
42 else if (arg.type == module::argument::image2d_rd ||
43 arg.type == module::argument::image3d_rd)
45 else if (arg.type == module::argument::image2d_wr ||
46 arg.type == module::argument::image3d_wr)
48 else if (arg.type == module::argument::sampler)
179 _cl_kernel::argument::argument(size_t size) :
184 _cl_kernel::argument::set() const {
189 _cl_kernel::argument::storage() const {
194 argument(size) {
216 argument(size) {
247 argument(sizeof(uint32_t)) {
280 argument(sizeof(uint32_t)) {
310 argument(sizeof(uint32_t)) {
340 argument(sizeof(uint32_t)) {
370 argument(0) {