halide_copy_to_host  114 apps/HelloAndroid/jni/hello_wrapper.cpp         halide_copy_to_host(NULL, &dstBuf);
halide_copy_to_host   84 apps/opengl_demo/main.cpp     halide_copy_to_host(nullptr, &output_buf); // Ensure that halide copies the data back to the host
halide_copy_to_host   14 apps/openglcompute/jni/oglc_two_kernels_run.cpp extern "C" int halide_copy_to_host(void *, buffer_t *);
halide_copy_to_host   88 apps/templates/tests/example_test.cpp     halide_copy_to_host(uc, output);
halide_copy_to_host  118 src/DeviceInterface.cpp int halide_copy_to_host(void *user_context, struct halide_buffer_t *buf) {
halide_copy_to_host  131 src/DeviceInterface.cpp EXPORT_SYM(halide_copy_to_host)
halide_copy_to_host 1245 src/runtime/HalideBuffer.h             return halide_copy_to_host(ctx, &buf);
halide_copy_to_host  472 src/runtime/HalideRuntime.h extern int halide_copy_to_host(void *user_context, struct halide_buffer_t *buf);
halide_copy_to_host  449 src/runtime/matlab.cpp             halide_copy_to_host(user_context, buf);
halide_copy_to_host  111 src/runtime/old_buffer_t.cpp     err = err || halide_copy_to_host(user_context, &new_buf);
halide_copy_to_host   26 src/runtime/runtime_api.cpp     (void *)&halide_copy_to_host,
halide_copy_to_host  110 src/runtime/write_debug_image.cpp     halide_copy_to_host(user_context, buf);
halide_copy_to_host   49 test/generator/gpu_only_aottest.cpp     halide_copy_to_host(nullptr, &output_no_host);