Home
last modified time | relevance | path

Searched refs:lp_build_coro_destroy (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.h49 void lp_build_coro_destroy(struct gallivm_state *gallivm, LLVMValueRef coro_hdl);
Dlp_bld_coro.c109 void lp_build_coro_destroy(struct gallivm_state *gallivm, LLVMValueRef coro_hdl) in lp_build_coro_destroy() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c257 lp_build_coro_destroy(gallivm, coro_hdl); in generate_compute()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c3426 lp_build_coro_destroy(gallivm, coro_hdl); in draw_tcs_llvm_generate()