Searched refs:programs_in_use (Results 1 – 2 of 2) sorted by relevance
290 unsigned programs_in_use = 0; in _mesa_program_binary() local295 programs_in_use |= 1 << stage; in _mesa_program_binary()314 while (programs_in_use) { in _mesa_program_binary()315 const int stage = u_bit_scan(&programs_in_use); in _mesa_program_binary()
1299 unsigned programs_in_use = 0; in link_program() local1304 programs_in_use |= 1 << stage; in link_program()1324 while (programs_in_use) { in link_program()1325 const int stage = u_bit_scan(&programs_in_use); in link_program()