Home
last modified time | relevance | path

Searched refs:halide_device_malloc (Results 1 – 12 of 12) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Ddevice_interface.cpp150 result = halide_device_malloc(user_context, buf, device_interface); in copy_to_device_already_locked()
209 WEAK int halide_device_malloc(void *user_context, struct halide_buffer_t *buf, in halide_device_malloc() function
345 result = halide_device_malloc(user_context, buf, device_interface); in halide_default_device_and_host_malloc()
480 err = halide_device_malloc(user_context, dst, dst_device_interface); in halide_buffer_copy_already_locked()
H A Druntime_api.cpp43 (void *)&halide_device_malloc,
H A Dhexagon_dma.cpp740 halide_device_malloc,
H A DHalideRuntime.h831 extern int halide_device_malloc(void *user_context, struct halide_buffer_t *buf,
H A Dopenglcompute.cpp945 halide_device_malloc,
H A Dhexagon_host.cpp989 halide_device_malloc,
H A Dcuda.cpp1468 halide_device_malloc,
H A Dmetal.cpp1180 halide_device_malloc,
H A Dopencl.cpp1470 halide_device_malloc,
H A Dopengl.cpp2072 halide_device_malloc,
H A Dd3d12compute.cpp3202 halide_device_malloc,
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/generator/
H A Dcleanup_on_error_aottest.cpp52 extern "C" int halide_device_malloc(void *user_context, struct halide_buffer_t *buf, in halide_device_malloc() function