Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpostprocess.h39 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *, typedef
46 pp_func *pp_queue; /* An array of pp_funcs */
Dfilters.h43 pp_func main; /* Run function */
Dpp_init.c47 pp_func *tmp_q; in pp_init()
60 tmp_q = CALLOC(curpos, sizeof(pp_func)); in pp_init()