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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c133 int tfreq_count; /**< Number of texture coords outstanding. */ member in struct:schedule_setup_state
143 state->tfreq_count -= state->tex_fifo[0].coords;
326 if (state.tfreq_count == (c->fs_threaded ? 4 : 8)) {
355 state.tfreq_count++;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c133 int tfreq_count; /**< Number of texture coords outstanding. */ member in struct:schedule_setup_state
143 state->tfreq_count -= state->tex_fifo[0].coords;
326 if (state.tfreq_count == (c->fs_threaded ? 4 : 8)) {
355 state.tfreq_count++;

Completed in 7 milliseconds