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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c530 unsigned num_first_params; local in function:si_build_wrapper_function
553 num_first_params = LLVMCountParamTypes(function_type);
555 for (unsigned i = 0; i < num_first_params; ++i) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c6434 unsigned num_first_params; local in function:si_build_wrapper_function
6459 num_first_params = LLVMCountParamTypes(function_type);
6461 for (unsigned i = 0; i < num_first_params; ++i) {

Completed in 14 milliseconds