halide_copy_to_device   65 apps/templates/tests/example_test.cpp     halide_copy_to_device(uc, input, halide_opengl_device_interface());
halide_copy_to_device   70 apps/templates/tests/example_test.cpp       halide_copy_to_device(uc, input, halide_opengl_device_interface());
halide_copy_to_device   74 apps/templates/tests/example_test.cpp       halide_copy_to_device(uc, output, halide_opengl_device_interface());
halide_copy_to_device  139 src/DeviceInterface.cpp int halide_copy_to_device(void *user_context, struct halide_buffer_t *buf,
halide_copy_to_device  149 src/DeviceInterface.cpp EXPORT_SYM(halide_copy_to_device)
halide_copy_to_device 1252 src/runtime/HalideBuffer.h             return halide_copy_to_device(ctx, &buf, device_interface);
halide_copy_to_device  480 src/runtime/HalideRuntime.h extern int halide_copy_to_device(void *user_context, struct halide_buffer_t *buf,
halide_copy_to_device  123 src/runtime/old_buffer_t.cpp     err = err || halide_copy_to_device(user_context, &new_buf, device_interface);
halide_copy_to_device   24 src/runtime/runtime_api.cpp     (void *)&halide_copy_to_device,