Home
last modified time | relevance | path

Searched refs:PARAM_FULL_2 (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dvid_voodoo.c111 #define PARAM_FULL_2 ((voodoo->params_write_idx - voodoo->params_read_idx[1]) >= PARAM_SIZE) macro
3580 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()