Searched refs:pp_func (Results 1 – 4 of 4) sorted by relevance
48 pp_func main; /* Run function */
43 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *, typedef
69 pp_func *pp_queue; /* An array of pp_funcs */
66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func)); in pp_init()