Searched refs:programs_in_use (Results 1 – 2 of 2) sorted by relevance
292 unsigned programs_in_use = 0; in _mesa_program_binary() local297 programs_in_use |= 1 << stage; in _mesa_program_binary()318 while (programs_in_use) { in _mesa_program_binary()319 const int stage = u_bit_scan(&programs_in_use); in _mesa_program_binary()
1325 unsigned programs_in_use = 0; in link_program() local1330 programs_in_use |= 1 << stage; in link_program()1350 while (programs_in_use) { in link_program()1351 const int stage = u_bit_scan(&programs_in_use); in link_program()