HomeSort by relevance Sort by last modified time
    Searched refs:pipe_sampler_view (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/gallium/auxiliary/util/
u_sampler.h 43 u_sampler_view_default_template(struct pipe_sampler_view *view,
48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
u_debug_describe.h 37 struct pipe_sampler_view;
44 void debug_describe_sampler_view(char* buf, const struct pipe_sampler_view *ptr);
u_blit.h 44 struct pipe_sampler_view;
68 struct pipe_sampler_view *src_sampler_view,
u_pstipple.h 48 extern struct pipe_sampler_view *
u_sampler.c 34 * Initialize a pipe_sampler_view. 'view' is considered to have
38 default_template(struct pipe_sampler_view *view,
89 u_sampler_view_default_template(struct pipe_sampler_view *view,
101 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 54 struct pipe_sampler_view *matrix;
55 struct pipe_sampler_view *transpose;
69 struct pipe_sampler_view *all[4];
70 struct pipe_sampler_view *stage[2][2];
72 struct pipe_sampler_view *source, *matrix;
73 struct pipe_sampler_view *intermediate, *transpose;
79 struct pipe_sampler_view *
95 struct pipe_sampler_view *matrix,
96 struct pipe_sampler_view *transpose);
105 struct pipe_sampler_view *source
    [all...]
vl_mpeg12_decoder.h 67 struct pipe_sampler_view *zscan_linear;
68 struct pipe_sampler_view *zscan_normal;
69 struct pipe_sampler_view *zscan_alternate;
93 struct pipe_sampler_view *zscan_source;
vl_zscan.h 63 struct pipe_sampler_view *src, *layout, *quant;
72 struct pipe_sampler_view *
86 struct pipe_sampler_view *src, struct pipe_surface *dst);
92 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout);
vl_bicubic_filter.h 57 struct pipe_sampler_view *src,
vl_matrix_filter.h 60 struct pipe_sampler_view *src,
vl_median_filter.h 67 struct pipe_sampler_view *src,
vl_compositor.h 76 struct pipe_sampler_view *sampler_views[3];
218 struct pipe_sampler_view *indexes,
219 struct pipe_sampler_view *palette,
231 struct pipe_sampler_view *rgba,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_stateobj_tex.h 20 struct pipe_sampler_view pipe;
26 nv50_tic_entry(struct pipe_sampler_view *view)
  /external/mesa3d/src/mesa/state_tracker/
st_sampler_view.h 38 static inline struct pipe_sampler_view *
43 struct pipe_sampler_view templ;
51 static inline struct pipe_sampler_view *
60 extern struct pipe_sampler_view **
76 struct pipe_sampler_view *
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_texture.h 52 struct pipe_sampler_view base;
58 fd2_pipe_sampler_view(struct pipe_sampler_view *pview)
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.h 54 struct pipe_sampler_view base;
59 fd3_pipe_sampler_view(struct pipe_sampler_view *pview)
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_texture.h 54 struct pipe_sampler_view base;
67 etna_sampler_view(struct pipe_sampler_view *view)
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.h 54 struct pipe_sampler_view base;
61 fd4_pipe_sampler_view(struct pipe_sampler_view *pview)
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.h 52 struct pipe_sampler_view base;
60 fd5_pipe_sampler_view(struct pipe_sampler_view *pview)
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.h 56 struct pipe_sampler_view *
59 const struct pipe_sampler_view *templ,
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_texture.h 41 struct pipe_sampler_view **views);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_objects.h 73 struct pipe_sampler_view base;
75 struct pipe_sampler_view *sampler_view;
106 rbug_sampler_view(struct pipe_sampler_view *_sampler_view)
148 static inline struct pipe_sampler_view *
149 rbug_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view)
200 struct pipe_sampler_view *
203 struct pipe_sampler_view *view);
  /external/mesa3d/src/gallium/drivers/trace/
tr_texture.h 69 struct pipe_sampler_view base;
71 struct pipe_sampler_view *sampler_view;
109 trace_sampler_view(struct pipe_sampler_view *sampler_view)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 48 struct pipe_sampler_view;
88 struct pipe_sampler_view *sampler;
91 struct pipe_sampler_view *palette;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 105 struct pipe_sampler_view base;
158 softpipe_get_lambda_func(const struct pipe_sampler_view *view, unsigned shader);
166 struct pipe_sampler_view *
169 const struct pipe_sampler_view *templ);

Completed in 164 milliseconds

1 2 3 4 5 6 7 8 9