Home
last modified time | relevance | path

Searched refs:pipe_sampler_view (Results 1 – 25 of 160) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.h54 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 …]
Dvl_zscan.h63 struct pipe_sampler_view *src, *layout, *quant;
71 struct pipe_sampler_view *
85 struct pipe_sampler_view *src, struct pipe_surface *dst);
91 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout);
Dvl_mpeg12_decoder.h65 struct pipe_sampler_view *zscan_linear;
66 struct pipe_sampler_view *zscan_normal;
67 struct pipe_sampler_view *zscan_alternate;
89 struct pipe_sampler_view *zscan_source;
Dvl_compositor.h67 struct pipe_sampler_view *sampler_views[3];
200 struct pipe_sampler_view *indexes,
201 struct pipe_sampler_view *palette,
213 struct pipe_sampler_view *rgba,
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_objects.h52 struct pipe_sampler_view base;
54 struct pipe_sampler_view *sampler_view;
84 galahad_sampler_view(struct pipe_sampler_view *_sampler_view) in galahad_sampler_view()
118 static INLINE struct pipe_sampler_view *
119 galahad_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) in galahad_sampler_view_unwrap()
160 struct pipe_sampler_view *
163 struct pipe_sampler_view *view);
/external/mesa3d/src/gallium/drivers/identity/
Did_objects.h50 struct pipe_sampler_view base;
52 struct pipe_sampler_view *sampler_view;
82 identity_sampler_view(struct pipe_sampler_view *_sampler_view) in identity_sampler_view()
116 static INLINE struct pipe_sampler_view *
117 identity_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) in identity_sampler_view_unwrap()
158 struct pipe_sampler_view *
161 struct pipe_sampler_view *view);
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c141 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views()
154 num * sizeof(struct pipe_sampler_view *))) { in llvmpipe_set_sampler_views()
188 struct pipe_sampler_view **views) in llvmpipe_set_fragment_sampler_views()
197 struct pipe_sampler_view **views) in llvmpipe_set_vertex_sampler_views()
206 struct pipe_sampler_view **views) in llvmpipe_set_geometry_sampler_views()
211 static struct pipe_sampler_view *
214 const struct pipe_sampler_view *templ) in llvmpipe_create_sampler_view()
216 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in llvmpipe_create_sampler_view()
232 struct pipe_sampler_view *view) in llvmpipe_sampler_view_destroy()
253 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling()
[all …]
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_objects.h73 struct pipe_sampler_view base;
75 struct pipe_sampler_view *sampler_view;
106 rbug_sampler_view(struct pipe_sampler_view *_sampler_view) in rbug_sampler_view()
148 static INLINE struct pipe_sampler_view *
149 rbug_sampler_view_unwrap(struct pipe_sampler_view *_sampler_view) in rbug_sampler_view_unwrap()
200 struct pipe_sampler_view *
203 struct pipe_sampler_view *view);
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c145 static struct pipe_sampler_view *
148 const struct pipe_sampler_view *templ) in softpipe_create_sampler_view()
150 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in softpipe_create_sampler_view()
166 struct pipe_sampler_view *view) in softpipe_sampler_view_destroy()
178 struct pipe_sampler_view **views) in softpipe_set_sampler_views()
189 num * sizeof(struct pipe_sampler_view *))) { in softpipe_set_sampler_views()
225 struct pipe_sampler_view **views) in softpipe_set_fragment_sampler_views()
234 struct pipe_sampler_view **views) in softpipe_set_vertex_sampler_views()
243 struct pipe_sampler_view **views) in softpipe_set_geometry_sampler_views()
262 struct pipe_sampler_view *view, in get_sampler_variant()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h56 struct pipe_sampler_view;
219 struct pipe_sampler_view **);
223 struct pipe_sampler_view **);
227 struct pipe_sampler_view **);
231 struct pipe_sampler_view **);
356 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx,
358 const struct pipe_sampler_view *templat);
361 struct pipe_sampler_view *view);
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c205 static struct pipe_sampler_view *
208 const struct pipe_sampler_view *templ) in svga_create_sampler_view()
210 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in svga_create_sampler_view()
226 struct pipe_sampler_view *view) in svga_sampler_view_destroy()
237 struct pipe_sampler_view **views) in svga_set_sampler_views()
254 num * sizeof(struct pipe_sampler_view *))) { in svga_set_sampler_views()
303 struct pipe_sampler_view **views) in svga_set_fragment_sampler_views()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c90 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
92 const struct pipe_sampler_view *state) in noop_create_sampler_view()
94 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view()
129 struct pipe_sampler_view **views) in noop_set_vs_sampler_view()
134 struct pipe_sampler_view **views) in noop_set_ps_sampler_view()
184 struct pipe_sampler_view *state) in noop_sampler_view_destroy()
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.h40 struct pipe_sampler_view;
56 struct pipe_sampler_view **views,
70 struct pipe_sampler_view *src);
79 struct pipe_sampler_view *src);
108 struct pipe_sampler_view **views,
Dvg_context.c265 static struct pipe_sampler_view *
270 struct pipe_sampler_view view_templ; in create_tex_and_view()
271 struct pipe_sampler_view *view; in create_tex_and_view()
291 struct pipe_sampler_view *old_sampler_view = stfb->surface_mask_view; in vg_context_update_surface_mask_view()
347 struct pipe_sampler_view *old = stfb->blend_texture_view; in vg_context_update_blend_texture_view()
445 struct pipe_sampler_view *src) in vg_prepare_blend_texture()
469 struct pipe_sampler_view *vg_prepare_blend_surface(struct vg_context *ctx) in vg_prepare_blend_surface()
472 struct pipe_sampler_view *view; in vg_prepare_blend_surface()
473 struct pipe_sampler_view view_templ; in vg_prepare_blend_surface()
490 struct pipe_sampler_view *vg_prepare_blend_surface_from_mask(struct vg_context *ctx) in vg_prepare_blend_surface_from_mask()
[all …]
Dmask.c49 struct pipe_sampler_view *sampler_view;
272 static void mask_using_texture(struct pipe_sampler_view *sampler_view, in mask_using_texture()
279 struct pipe_sampler_view *dst_view = vg_get_surface_mask(ctx); in mask_using_texture()
283 struct pipe_sampler_view *views[2]; in mask_using_texture()
344 struct pipe_sampler_view view_templ; in mask_layer_create()
345 struct pipe_sampler_view *view = NULL; in mask_layer_create()
397 struct pipe_sampler_view *src = vg_get_surface_mask(ctx); in mask_copy()
425 struct pipe_sampler_view *view = vg_get_surface_mask(ctx); in mask_layer_render_to()
502 struct pipe_sampler_view *view = vg_get_surface_mask(ctx); in mask_fill()
514 struct pipe_sampler_view **sampler_views) in mask_bind_samplers()
Dvg_context.h59 struct pipe_sampler_view *surface_mask_view;
61 struct pipe_sampler_view *blend_texture_view;
173 struct pipe_sampler_view *vg_prepare_blend_surface(struct vg_context *ctx);
174 struct pipe_sampler_view *vg_prepare_blend_surface_from_mask(struct vg_context *ctx);
176 struct pipe_sampler_view *vg_get_surface_mask(struct vg_context *ctx);
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dxvmc_private.h48 struct pipe_sampler_view;
88 struct pipe_sampler_view *sampler;
91 struct pipe_sampler_view *palette;
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h88 struct pipe_sampler_view *sampler_view;
125 static INLINE struct pipe_sampler_view *
130 struct pipe_sampler_view templ; in st_create_texture_sampler_view_format()
137 static INLINE struct pipe_sampler_view *
Dst_atom_texture.c127 check_sampler_swizzle(struct pipe_sampler_view *sv, in check_sampler_swizzle()
141 static struct pipe_sampler_view *
147 struct pipe_sampler_view templ; in st_create_texture_sampler_view_from_stobj()
168 static struct pipe_sampler_view *
189 struct pipe_sampler_view **sampler_view, in update_single_texture()
263 struct pipe_sampler_view **sampler_views, in update_textures()
277 struct pipe_sampler_view *sampler_view = NULL; in update_textures()
/external/mesa3d/src/gallium/auxiliary/util/
Du_sampler.c38 default_template(struct pipe_sampler_view *view, in default_template()
88 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template()
100 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
Du_sampler.h43 u_sampler_view_default_template(struct pipe_sampler_view *view,
48 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view,
Du_debug_describe.h37 struct pipe_sampler_view;
43 void debug_describe_sampler_view(char* buf, const struct pipe_sampler_view *ptr);
/external/mesa3d/src/gallium/drivers/trace/
Dtr_texture.h61 struct pipe_sampler_view base;
63 struct pipe_sampler_view *sampler_view;
101 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_stateobj_tex.h19 struct pipe_sampler_view pipe;
25 nv50_tic_entry(struct pipe_sampler_view *view) in nv50_tic_entry()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.h246 struct pipe_sampler_view *fragment_sampler_views[PIPE_MAX_SAMPLERS];
247 struct pipe_sampler_view *vertex_sampler_views[PIPE_MAX_SAMPLERS];
302 struct pipe_sampler_view *saved_sampler_views[PIPE_MAX_SAMPLERS];
304 unsigned num, struct pipe_sampler_view **views);

1234567