Searched refs:last_ip (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ | ||
| H A D | vc4_qir_live_variables.c | 330 int last_ip = 0; local in function:qir_calculate_live_intervals 332 last_ip = MAX2(last_ip, c->temp_end[i]); 336 for (int i = 0; i < last_ip; i++) { |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ | ||
| H A D | vc4_qir_live_variables.c | 318 int last_ip = 0; local in function:qir_calculate_live_intervals 320 last_ip = MAX2(last_ip, c->temp_end[i]); 324 for (int i = 0; i < last_ip; i++) { |
Completed in 3 milliseconds