Home
last modified time | relevance | path

Searched refs:halide_print (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dprint.cpp11 extern "C" void halide_print(void *user_context, const char *message) { in halide_print() function
42 f.set_custom_print(halide_print); in main()
75 f.set_custom_print(halide_print); in main()
118 f.set_custom_print(halide_print); in main()
160 f.set_custom_print(halide_print); in main()
183 g.set_custom_print(halide_print); in main()
211 f.set_custom_print(halide_print); in main()
236 f.set_custom_print(halide_print); in main()
H A Dgpu_object_lifetime_2.cpp10 void halide_print(void *user_context, const char *str) { in halide_print() function
20 handlers.custom_print = halide_print; in main()
43 h.set_custom_print(halide_print); in main()
H A Dgpu_object_lifetime_1.cpp10 void halide_print(void *user_context, const char *str) { in halide_print() function
20 handlers.custom_print = halide_print; in main()
37 f.set_custom_print(halide_print); in main()
H A Dgpu_object_lifetime_3.cpp10 void halide_print(void *user_context, const char *str) { in halide_print() function
20 handlers.custom_print = halide_print; in main()
53 output.set_custom_print(halide_print); in main()
H A Dleak_device_memory.cpp10 void halide_print(void *user_context, const char *str) { in halide_print() function
19 handlers.custom_print = halide_print; in main()
51 f.set_custom_print(halide_print); in main()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/hexagon_remote/
H A Dsim_remote.cpp48 void halide_print(void *user_context, const char *str) { in halide_print() function
54 halide_print(user_context, str); in halide_error()
94 halide_print(NULL, "dlopenbuf failed\n"); in load_library()
95 halide_print(NULL, dlerror()); in load_library()
H A Dknown_symbols.cpp107 {"halide_print", (char *)(&halide_print)}, in get_known_symbol()
H A Dhalide_remote.cpp28 void halide_print(void *user_context, const char *str) { in halide_print() function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dqurt_allocator.cpp105 halide_print(NULL, "custom allocators not supported on Hexagon.\n"); in halide_set_custom_malloc()
113 halide_print(NULL, "custom allocators not supported on Hexagon.\n"); in halide_set_custom_free()
H A Dcache.cpp211 halide_print(NULL, "cache invalid case 1\n"); in validate_cache()
215 halide_print(NULL, "cache invalid case 2\n"); in validate_cache()
237 halide_print(NULL, "cache invalid case 3\n"); in validate_cache()
241 halide_print(NULL, "cache invalid case 4\n"); in validate_cache()
245 halide_print(NULL, "cache size is negative\n"); in validate_cache()
H A Dposix_print.cpp17 WEAK void halide_print(void *user_context, const char *msg) { in halide_print() function
H A Dposix_error_handler.cpp19 halide_print(user_context, buf); in halide_default_error()
H A Druntime_internal.h82 WEAK void halide_print(void *user_context, const char *msg);
242halide_print(user_context, __FILE__ ":" _halide_expand_and_stringify(__LINE__) " Assert failed: " …
H A Druntime_api.cpp159 (void *)&halide_print,
H A Dprofiler.cpp313 halide_print(user_context, sstr.str()); in halide_profiler_report_unlocked()
395 halide_print(user_context, sstr.str()); in halide_profiler_report_unlocked()
H A Dprinter.h174 halide_print(user_context, buf); in ~Printer()
H A Dtracing.cpp318 halide_print(user_context, (const char *)buffer); in halide_default_trace()
H A Dmatlab.cpp243 halide_print(user_context, desc.str()); in halide_matlab_note_pipeline_description()
H A DHalideRuntime.h91 extern void halide_print(void *user_context, const char *);
H A Dopenglcompute.cpp816 halide_print(user_context, src); in halide_openglcompute_initialize_kernels()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/Halide/include/
H A DHalideRuntime.h52 extern void halide_print(void *user_context, const char *);
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/simd_op_check/
H A Ddriver.cpp31 extern "C" void halide_print(void *, const char *msg) { in halide_print() function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/HelloAndroidCamera2/jni/
H A DHalideFilters.cpp28 extern "C" void halide_print(void *, const char *msg) { in halide_print() function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/hexagon_dma/
H A Dmock_dma_implementation.cpp62 halide_print(user_context, "halide_hexagon_free_l2_pool mock implementation \n"); in halide_hexagon_free_l2_pool()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DWasmExecutor.cpp917 WABT_HOST_CALLBACK(halide_print) { in WABT_HOST_CALLBACK() argument
1090 DEFINE_CALLBACK(halide_print) in get_host_callback_map()

12