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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c199 unsigned num_state = 1; local in function:st_update_blend
206 num_state = num_cb;
210 for (i = 0; i < num_state; i++)
220 for (i = 0, j = 0; i < num_state; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c199 unsigned num_state = 1; local in function:st_update_blend
208 num_state = num_cb;
212 for (i = 0; i < num_state; i++)
227 for (i = 0, j = 0; i < num_state; i++) {

Completed in 3 milliseconds