Searched refs:pp_func (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dfilters.h48 pp_func main; /* Run function */
H A Dpostprocess.h43 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *, typedef in typeref:typename:void (*)(struct pp_queue_t *,struct pipe_resource *,struct pipe_resource *,unsigned int)
H A Dpp_private.h69 pp_func *pp_queue; /* An array of pp_funcs */
H A Dpp_init.c66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func));
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
H A Dfilters.h48 pp_func main; /* Run function */
H A Dpostprocess.h44 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *, typedef in typeref:typename:void (*)(struct pp_queue_t *,struct pipe_resource *,struct pipe_resource *,unsigned int)
H A Dpp_private.h71 pp_func *pp_queue; /* An array of pp_funcs */
H A Dpp_init.c66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func));

Completed in 7 milliseconds