Home
last modified time | relevance | path

Searched refs:coro_free_hook (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c162 assert(gallivm->coro_free_hook); in lp_build_coro_add_malloc_hooks()
164 LLVMAddGlobalMapping(gallivm->engine, gallivm->coro_free_hook, coro_free); in lp_build_coro_add_malloc_hooks()
176 gallivm->coro_free_hook = LLVMAddFunction(gallivm->module, "coro_free", free_type); in lp_build_coro_declare_malloc_hooks()
232 assert(gallivm->coro_free_hook); in lp_build_coro_free_mem()
234 …MBuildCall2(gallivm->builder, gallivm->coro_free_hook_type, gallivm->coro_free_hook, &alloc_mem, 1… in lp_build_coro_free_mem()
Dlp_bld_init.h62 LLVMValueRef coro_free_hook; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c292 LLVMBuildCall(gallivm->builder, gallivm->coro_free_hook, &coro_mem_ptr, 1, ""); in generate_compute()