halide_default_device_and_host_free 810 src/runtime/cuda.cpp return halide_default_device_and_host_free(user_context, buf, &cuda_device_interface); halide_default_device_and_host_free 26 src/runtime/device_interface.h extern WEAK int halide_default_device_and_host_free(void *user_context, struct halide_buffer_t *buf, halide_default_device_and_host_free 1044 src/runtime/opencl.cpp return halide_default_device_and_host_free(user_context, buf, &opencl_device_interface); halide_default_device_and_host_free 2051 src/runtime/opengl.cpp return halide_default_device_and_host_free(user_context, buf, &opengl_device_interface); halide_default_device_and_host_free 661 src/runtime/openglcompute.cpp return halide_default_device_and_host_free(user_context, buf, &openglcompute_device_interface);