HomeSort by relevance Sort by last modified time
    Searched refs:pp_queue (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 94 assert(ppq->pp_queue);
160 ppq->pp_queue[0] (ppq, in, out, 0);
164 ppq->pp_queue[0] (ppq, in, ppq->tmp[0], 0);
165 ppq->pp_queue[1] (ppq, ppq->tmp[0], out, 1);
170 ppq->pp_queue[0] (ppq, in, ppq->tmp[0], 0);
174 ppq->pp_queue[i] (ppq, ppq->tmp[1], ppq->tmp[0], i);
177 ppq->pp_queue[i] (ppq, ppq->tmp[0], ppq->tmp[1], i);
181 ppq->pp_queue[i] (ppq, ppq->tmp[1], out, i);
184 ppq->pp_queue[i] (ppq, ppq->tmp[0], out, i);
pp_private.h 69 pp_func *pp_queue; /* An array of pp_funcs */ member in struct:pp_queue_t
pp_init.c 66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func));
67 if (ppq->pp_queue == NULL) {
68 pp_debug("Unable to allocate memory for pp_queue.\n");
91 ppq->pp_queue[curpos] = pp_filters[i].main;
232 FREE(ppq->pp_queue);

Completed in 82 milliseconds