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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c495 int max_thread_index = (compiler->devinfo->ver >= 40 ? 2 : 3); local in function:vir_init_reg_sets
502 for (int threads = 0; threads < max_thread_index; threads++) {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c356 int max_thread_index = (compiler->devinfo->ver >= 40 ? 2 : 3); local in function:vir_init_reg_sets
363 for (int threads = 0; threads < max_thread_index; threads++) {

Completed in 6 milliseconds