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

  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 39 struct pp_queue_t; /* Forward definition */
43 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *,
53 struct pp_queue_t *pp_init(struct pipe_context *pipe,
57 void pp_run(struct pp_queue_t *, struct pipe_resource *,
59 void pp_free(struct pp_queue_t *);
61 void pp_init_fbos(struct pp_queue_t *, unsigned int, unsigned int);
66 void pp_nocolor(struct pp_queue_t *, struct pipe_resource *,
69 void pp_jimenezmlaa(struct pp_queue_t *, struct pipe_resource *,
71 void pp_jimenezmlaa_color(struct pp_queue_t *, struct pipe_resource *,
76 bool pp_celshade_init(struct pp_queue_t *, unsigned int, unsigned int)
    [all...]
pp_celshade.c 35 pp_celshade_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
45 pp_celshade_free(struct pp_queue_t *ppq, unsigned int n)
filters.h 37 typedef bool (*pp_init_func) (struct pp_queue_t *, unsigned int,
39 typedef void (*pp_free_func) (struct pp_queue_t *, unsigned int);
pp_colors.c 35 pp_nocolor(struct pp_queue_t *ppq, struct pipe_resource *in,
62 pp_nored_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
72 pp_nogreen_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
82 pp_noblue_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
92 pp_nocolor_free(struct pp_queue_t *ppq, unsigned int n)
pp_private.h 67 struct pp_queue_t struct
92 void pp_free_fbos(struct pp_queue_t *);
96 struct pp_program *pp_init_prog(struct pp_queue_t *, struct pipe_context *pipe,
pp_mlaa.c 62 up_consts(struct pp_queue_t *ppq)
72 pp_jimenezmlaa_run(struct pp_queue_t *ppq, struct pipe_resource *in,
226 pp_jimenezmlaa_init_run(struct pp_queue_t *ppq, unsigned int n,
315 pp_jimenezmlaa_init(struct pp_queue_t *ppq, unsigned int n, unsigned int val)
322 pp_jimenezmlaa_init_color(struct pp_queue_t *ppq, unsigned int n,
330 pp_jimenezmlaa(struct pp_queue_t *ppq, struct pipe_resource *in,
341 pp_jimenezmlaa_color(struct pp_queue_t *ppq, struct pipe_resource *in,
353 pp_jimenezmlaa_free(struct pp_queue_t *ppq, unsigned int n)
pp_init.c 41 struct pp_queue_t *
47 struct pp_queue_t *ppq;
59 ppq = CALLOC(1, sizeof(struct pp_queue_t));
142 pp_free_fbos(struct pp_queue_t *ppq)
169 pp_free(struct pp_queue_t *ppq)
255 pp_init_fbos(struct pp_queue_t *ppq, unsigned int w,
pp_program.c 43 pp_init_prog(struct pp_queue_t *ppq, struct pipe_context *pipe,
pp_run.c 84 pp_run(struct pp_queue_t *ppq, struct pipe_resource *in,
  /external/mesa3d/src/gallium/state_trackers/dri/
dri_context.h 58 struct pp_queue_t *pp;
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl_context.h 67 struct pp_queue_t* postProcess;
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 113 struct pp_queue_t *pp;

Completed in 147 milliseconds