Searched refs:coro_free_hook (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_coro.c | 162 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()
|
D | lp_bld_init.h | 62 LLVMValueRef coro_free_hook; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 292 LLVMBuildCall(gallivm->builder, gallivm->coro_free_hook, &coro_mem_ptr, 1, ""); in generate_compute()
|