Searched refs:coro (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c85 LLVMValueRef function, coro; local in function:generate_compute
118 arg_types[12] = int32_type; /* coro only - num X loops */
119 arg_types[13] = int32_type; /* coro only - partials */
120 arg_types[14] = int32_type; /* coro block_x_size */
121 arg_types[15] = int32_type; /* coro block_y_size */
122 arg_types[16] = int32_type; /* coro block_z_size */
123 arg_types[17] = int32_type; /* coro idx */
134 coro = LLVMAddFunction(gallivm->module, func_name_coro, coro_func_type);
135 LLVMSetFunctionCallConv(coro, LLVMCCallConv);
141 lp_add_function_attr(coro,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h288 const struct lp_build_coro_suspend_info *coro; member in struct:lp_build_tgsi_params
542 const struct lp_build_coro_suspend_info *coro; member in struct:lp_build_tgsi_soa_context
H A Dlp_bld_nir.h238 const struct lp_build_coro_suspend_info *coro; member in struct:lp_build_nir_soa_context
H A Dlp_bld_nir_soa.c1343 lp_build_coro_suspend_switch(gallivm, bld->coro, resume, false);
2525 bld.coro = params->coro;
H A Dlp_bld_tgsi_soa.c3899 lp_build_coro_suspend_switch(gallivm, bld->coro, resume, false);
4457 bld.coro = params->coro;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3563 params.coro = &coro_info;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1166 - gallivm/coro: use a phi instead of alloca

Completed in 27 milliseconds