Searched refs:pp_func (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ | ||
| H A D | filters.h | 48 pp_func main; /* Run function */ |
| H A D | postprocess.h | 43 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 D | pp_private.h | 69 pp_func *pp_queue; /* An array of pp_funcs */ |
| H A D | pp_init.c | 66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func)); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/ | ||
| H A D | filters.h | 48 pp_func main; /* Run function */ |
| H A D | postprocess.h | 44 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 D | pp_private.h | 71 pp_func *pp_queue; /* An array of pp_funcs */ |
| H A D | pp_init.c | 66 ppq->pp_queue = CALLOC(num_filters, sizeof(pp_func)); |
Completed in 7 milliseconds