device_copy       581 src/runtime/cuda.cpp WEAK int do_multidimensional_copy(void *user_context, const device_copy &c, uint64_t dst, uint64_t src, int d, bool d_to_h) {
device_copy       630 src/runtime/cuda.cpp     device_copy c = make_host_to_device_copy(buf);
device_copy       662 src/runtime/cuda.cpp     device_copy c = make_device_to_host_copy(buf);
device_copy        43 src/runtime/device_buffer_utils.h WEAK void copy_memory_helper(const device_copy &copy, int d, int64_t off) {
device_copy        59 src/runtime/device_buffer_utils.h WEAK void copy_memory(const device_copy &copy, void *user_context) {
device_copy        68 src/runtime/device_buffer_utils.h WEAK device_copy make_host_to_device_copy(const halide_buffer_t *buf) {
device_copy        70 src/runtime/device_buffer_utils.h     device_copy c;
device_copy        81 src/runtime/device_buffer_utils.h         device_copy zero = {0};
device_copy        88 src/runtime/device_buffer_utils.h         device_copy zero = {0};
device_copy       138 src/runtime/device_buffer_utils.h WEAK device_copy make_device_to_host_copy(const halide_buffer_t *buf) {
device_copy       140 src/runtime/device_buffer_utils.h     device_copy c = make_host_to_device_copy(buf);
device_copy       526 src/runtime/hexagon_host.cpp     device_copy c = make_host_to_device_copy(buf);
device_copy       550 src/runtime/hexagon_host.cpp     device_copy c = make_device_to_host_copy(buf);
device_copy       542 src/runtime/metal.cpp     device_copy c = make_host_to_device_copy(buffer);
device_copy       589 src/runtime/metal.cpp     device_copy c = make_device_to_host_copy(buffer);
device_copy        18 src/runtime/msan.cpp WEAK void annotate_helper(void *uc, const device_copy &c, int d, int64_t off) {
device_copy        43 src/runtime/msan.cpp     Halide::Runtime::Internal::device_copy c = Halide::Runtime::Internal::make_host_to_device_copy(b);
device_copy       756 src/runtime/opencl.cpp                              const device_copy &c,
device_copy       857 src/runtime/opencl.cpp     device_copy c = make_host_to_device_copy(buf);
device_copy       894 src/runtime/opencl.cpp     device_copy c = make_device_to_host_copy(buf);