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

  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 36 struct pp_queue_t; /* Forward definition */
39 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *,
44 struct pp_queue_t struct
68 struct pp_queue_t *pp_init(struct pipe_screen *, const unsigned int *);
69 void pp_run(struct pp_queue_t *, struct pipe_resource *,
71 void pp_free(struct pp_queue_t *);
72 void pp_free_fbos(struct pp_queue_t *);
74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
75 void pp_init_fbos(struct pp_queue_t *, unsigned int, unsigned int);
79 void pp_nocolor(struct pp_queue_t *, struct pipe_resource *
    [all...]
pp_celshade.c 34 pp_celshade_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
filters.h 33 typedef void (*pp_init_func) (struct pp_queue_t *, unsigned int,
pp_colors.c 34 pp_nocolor(struct pp_queue_t *ppq, struct pipe_resource *in,
61 pp_nored_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
68 pp_nogreen_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
76 pp_noblue_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
pp_init.c 41 struct pp_queue_t *
46 struct pp_queue_t *ppq;
59 ppq = CALLOC(1, sizeof(struct pp_queue_t));
122 pp_free_fbos(struct pp_queue_t *ppq)
146 pp_free(struct pp_queue_t *ppq)
197 pp_init_fbos(struct pp_queue_t *ppq, unsigned int w,
pp_mlaa.c 75 pp_jimenezmlaa_run(struct pp_queue_t *ppq, struct pipe_resource *in,
210 pp_jimenezmlaa_init_run(struct pp_queue_t *ppq, unsigned int n,
279 pp_jimenezmlaa_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
287 pp_jimenezmlaa_init_color(struct pp_queue_t *ppq, unsigned int n,
296 pp_jimenezmlaa(struct pp_queue_t *ppq, struct pipe_resource *in,
304 pp_jimenezmlaa_color(struct pp_queue_t *ppq, struct pipe_resource *in,
pp_program.c 41 pp_init_prog(struct pp_queue_t *ppq, struct pipe_screen *pscreen)
pp_run.c 42 pp_run(struct pp_queue_t *ppq, struct pipe_resource *in,
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.h 60 struct pp_queue_t *pp;

Completed in 56 milliseconds