Searched refs:programs_in_use (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dprogram_binary.c290 unsigned programs_in_use = 0; local in function:_mesa_program_binary
295 programs_in_use |= 1 << stage;
314 while (programs_in_use) {
315 const int stage = u_bit_scan(&programs_in_use);
H A Dshaderapi.c1208 unsigned programs_in_use = 0; local in function:link_program
1213 programs_in_use |= 1 << stage;
1230 if (shProg->data->LinkStatus && programs_in_use) {
1231 while (programs_in_use) {
1232 const int stage = u_bit_scan(&programs_in_use);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dprogram_binary.c290 unsigned programs_in_use = 0; local in function:_mesa_program_binary
295 programs_in_use |= 1 << stage;
316 while (programs_in_use) {
317 const int stage = u_bit_scan(&programs_in_use);
H A Dshaderapi.c1336 unsigned programs_in_use = 0; local in function:link_program
1341 programs_in_use |= 1 << stage;
1361 while (programs_in_use) {
1362 const int stage = u_bit_scan(&programs_in_use);

Completed in 11 milliseconds