Searched refs:PARAM_FULL_2 (Results 1 – 1 of 1) sorted by relevance
111 #define PARAM_FULL_2 ((voodoo->params_write_idx - voodoo->params_read_idx[1]) >= PARAM_SIZE) macro3580 while (PARAM_FULL_1 || (voodoo->render_threads == 2 && PARAM_FULL_2)) in queue_triangle()3589 if (voodoo->render_threads == 2 && PARAM_FULL_2) in queue_triangle()