/external/mesa3d/src/gallium/auxiliary/vl/ |
D | 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 …]
|
D | vl_zscan.h | 63 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);
|
D | vl_mpeg12_decoder.h | 65 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;
|
D | vl_compositor.h | 67 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/ |
D | glhd_objects.h | 52 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/ |
D | id_objects.h | 50 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/ |
D | lp_state_sampler.c | 141 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/ |
D | 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) 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/ |
D | sp_state_sampler.c | 145 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/ |
D | p_context.h | 56 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/ |
D | svga_pipe_sampler.c | 205 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/ |
D | noop_state.c | 90 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/ |
D | renderer.h | 40 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,
|
D | vg_context.c | 265 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 …]
|
D | mask.c | 49 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()
|
D | vg_context.h | 59 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/ |
D | xvmc_private.h | 48 struct pipe_sampler_view; 88 struct pipe_sampler_view *sampler; 91 struct pipe_sampler_view *palette;
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.h | 88 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 *
|
D | st_atom_texture.c | 127 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/ |
D | u_sampler.c | 38 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()
|
D | 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,
|
D | u_debug_describe.h | 37 struct pipe_sampler_view; 43 void debug_describe_sampler_view(char* buf, const struct pipe_sampler_view *ptr);
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_texture.h | 61 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/ |
D | nv50_stateobj_tex.h | 19 struct pipe_sampler_view pipe; 25 nv50_tic_entry(struct pipe_sampler_view *view) in nv50_tic_entry()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_context.h | 246 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);
|