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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dpp_private.h75 unsigned int n_tmp, n_inner_tmp; member in struct:pp_queue_t
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1);
150 for (i = 0; i < ppq->n_tmp; i++) {
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp,
285 for (i = 0; i < ppq->n_tmp; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
H A Dpp_private.h77 unsigned int n_tmp, n_inner_tmp; member in struct:pp_queue_t
H A Dpp_init.c115 ppq->n_tmp = (curpos > 2 ? 2 : 1);
150 for (i = 0; i < ppq->n_tmp; i++) {
268 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp,
285 for (i = 0; i < ppq->n_tmp; i++) {

Completed in 5 milliseconds