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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c1095 LLVMTypeRef main_fn_type, ret_type; local in function:si_llvm_create_func
1109 main_fn_type = LLVMFunctionType(ret_type, ParamTypes, ParamCount, 0);
1110 ctx->main_fn = LLVMAddFunction(ctx->gallivm.module, name, main_fn_type);

Completed in 3 milliseconds