cpu                47 apps/hexagon_benchmarks/process.cpp                         modes.push_back(bmark_run_mode_t::cpu);
cpu                69 apps/hexagon_benchmarks/process.cpp         modes.push_back(bmark_run_mode_t::cpu);
cpu               137 apps/hexagon_benchmarks/process.h         } else if (mode == bmark_run_mode_t::cpu) {
cpu               209 apps/hexagon_benchmarks/process.h         } else if (mode == bmark_run_mode_t::cpu) {
cpu               275 apps/hexagon_benchmarks/process.h         } else if (mode == bmark_run_mode_t::cpu) {
cpu               343 apps/hexagon_benchmarks/process.h         } else if (mode == bmark_run_mode_t::cpu) {
cpu               417 apps/hexagon_benchmarks/process.h         } else if (mode == bmark_run_mode_t::cpu) {
cpu               498 apps/hexagon_benchmarks/process.h         } else if (mode == bmark_run_mode_t::cpu) {
cpu               164 test/correctness/logical.cpp             Func cpu;
cpu               165 test/correctness/logical.cpp             cpu(x, y) = f(x, y);
cpu               171 test/correctness/logical.cpp             out(x, y) = {cast<uint32_t>(cpu(x, y)), cast<uint32_t>(gpu(x, y))};
cpu               173 test/correctness/logical.cpp             cpu.compute_root();
cpu                12 test/opengl/copy_to_host.cpp     Func gpu("gpu"), cpu("cpu");
cpu                24 test/opengl/copy_to_host.cpp     cpu(x, y, c) = gpu(x, y, c);
cpu                27 test/opengl/copy_to_host.cpp     cpu.realize(out, target);
cpu                15 test/opengl/select.cpp     Func gpu("gpu"), cpu("cpu");
cpu                26 test/opengl/select.cpp     cpu(x, y, c) = gpu(x, y, c);
cpu                29 test/opengl/select.cpp     cpu.realize(out, target);
cpu                52 test/opengl/select.cpp     Func gpu("gpu"), cpu("cpu");
cpu                67 test/opengl/select.cpp     cpu(x, y, c) = gpu(x, y, c);
cpu                70 test/opengl/select.cpp     cpu.realize(out, target);
cpu                89 test/opengl/select.cpp     Func gpu("gpu"), cpu("cpu");
cpu               113 test/opengl/select.cpp     cpu(x, y, c) = gpu(x, y, c);
cpu               116 test/opengl/select.cpp     cpu.realize(out, target);
cpu                17 test/opengl/special_funcs.cpp     Func cpu("cpu"), gpu("gpu");
cpu                21 test/opengl/special_funcs.cpp     cpu(x, y, c) = e;
cpu                24 test/opengl/special_funcs.cpp     cpu.realize(cpu_result, cpu_target);