/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; 74 struct pipe_sampler_view * 88 struct pipe_sampler_view *src, struct pipe_surface *dst); 94 vl_zscan_set_layout(struct vl_zscan_buffer *buffer, struct pipe_sampler_view *layout);
|
D | 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;
|
D | vl_compositor.h | 79 struct pipe_sampler_view *sampler_views[3]; 249 struct pipe_sampler_view *indexes, 250 struct pipe_sampler_view *palette, 262 struct pipe_sampler_view *rgba,
|
/external/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.h | 48 struct pipe_sampler_view base; 49 struct pipe_sampler_view *gpu; 53 to_tegra_sampler_view(struct pipe_sampler_view *view) in to_tegra_sampler_view() 58 static inline struct pipe_sampler_view * 59 tegra_sampler_view_unwrap(struct pipe_sampler_view *view) in tegra_sampler_view_unwrap()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_sampler_view.h | 38 static inline struct pipe_sampler_view * 43 struct pipe_sampler_view templ; in st_create_texture_sampler_view_format() 51 static inline struct pipe_sampler_view * 76 struct pipe_sampler_view * 83 struct pipe_sampler_view *
|
D | st_sampler_view.c | 56 static struct pipe_sampler_view * 59 struct pipe_sampler_view *view, in st_texture_set_sampler_view() 197 struct pipe_sampler_view **sv = &views->views[i].view; in st_texture_release_context_sampler_view() 433 const struct pipe_sampler_view *sv, in check_sampler_swizzle() 529 static struct pipe_sampler_view * 536 struct pipe_sampler_view templ; in st_create_texture_sampler_view_from_stobj() 566 struct pipe_sampler_view * 587 struct pipe_sampler_view *view = sv->view; in st_get_texture_sampler_view_from_stobj() 606 struct pipe_sampler_view *view = in st_get_texture_sampler_view_from_stobj() 617 struct pipe_sampler_view * [all …]
|
D | st_context.h | 105 struct pipe_sampler_view *view; 200 struct pipe_sampler_view *vert_sampler_views[PIPE_MAX_SAMPLERS]; 201 struct pipe_sampler_view *frag_sampler_views[PIPE_MAX_SAMPLERS]; 271 struct pipe_sampler_view *pixelmap_sampler_view; 410 struct pipe_sampler_view *view);
|
/external/mesa3d/src/gallium/auxiliary/driver_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_tex_sample.h | 109 struct pipe_sampler_view base; 165 softpipe_get_lambda_func(const struct pipe_sampler_view *view, 169 softpipe_get_lambda_from_grad_func(const struct pipe_sampler_view *view, 177 struct pipe_sampler_view * 180 const struct pipe_sampler_view *templ);
|
D | sp_state_sampler.c | 91 struct pipe_sampler_view *view) in softpipe_sampler_view_destroy() 103 struct pipe_sampler_view **views) in softpipe_set_sampler_views() 118 struct pipe_sampler_view **pview = &softpipe->sampler_views[shader][start + i]; in softpipe_set_sampler_views() 170 struct pipe_sampler_view **views, in prepare_shader_sampling() 186 struct pipe_sampler_view *view = views[i]; in prepare_shader_sampling() 281 struct pipe_sampler_view **views) in softpipe_prepare_vertex_sampling() 303 struct pipe_sampler_view **views) in softpipe_prepare_geometry_sampling()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 122 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views() 136 struct pipe_sampler_view *view = NULL; in llvmpipe_set_sampler_views() 181 static struct pipe_sampler_view * 184 const struct pipe_sampler_view *templ) in llvmpipe_create_sampler_view() 186 struct pipe_sampler_view *view = CALLOC_STRUCT(pipe_sampler_view); in llvmpipe_create_sampler_view() 240 struct pipe_sampler_view *view) in llvmpipe_sampler_view_destroy() 259 struct pipe_sampler_view **views, in prepare_shader_sampling() 274 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in prepare_shader_sampling() 369 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling() 381 struct pipe_sampler_view **views) in llvmpipe_prepare_geometry_sampling() [all …]
|
D | lp_state.h | 161 struct pipe_sampler_view **views); 166 struct pipe_sampler_view **views); 171 struct pipe_sampler_view **views); 176 struct pipe_sampler_view **views);
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture.c | 79 etna_configure_sampler_ts(struct etna_sampler_ts *sts, struct pipe_sampler_view *pview, bool enable) in etna_configure_sampler_ts() 120 etna_can_use_sampler_ts(struct pipe_sampler_view *view, int num) in etna_can_use_sampler_ts() 146 etna_update_sampler_source(struct pipe_sampler_view *view, int num) in etna_update_sampler_source() 243 unsigned nr, struct pipe_sampler_view **views) in set_sampler_views() 250 struct pipe_sampler_view *view = views ? views[i] : NULL; in set_sampler_views() 271 struct pipe_sampler_view **views) in etna_fragtex_set_sampler_views() 284 struct pipe_sampler_view **views) in etna_vertex_set_sampler_views() 296 struct pipe_sampler_view **views) in etna_set_sampler_views()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.h | 224 struct pipe_sampler_view *textures[6][PIPE_MAX_SAMPLERS]; 232 struct pipe_sampler_view *fbtexture; 281 struct pipe_sampler_view *images_tic[6][NVC0_MAX_IMAGES]; /* GM107+ */ 381 struct pipe_sampler_view * 384 const struct pipe_sampler_view *, 387 struct pipe_sampler_view * 390 const struct pipe_sampler_view *); 391 struct pipe_sampler_view *
|
/external/mesa3d/src/gallium/frontends/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/gallium/auxiliary/driver_trace/ |
D | tr_texture.h | 58 struct pipe_sampler_view base; 60 struct pipe_sampler_view *sampler_view; 87 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_sampler.c | 38 default_template(struct pipe_sampler_view *view, in default_template() 89 u_sampler_view_default_template(struct pipe_sampler_view *view, in u_sampler_view_default_template() 101 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, in u_sampler_view_default_dx9_template()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 398 struct pipe_sampler_view **views = i915->vertex_sampler_views; in i915_prepare_vertex_sampling() 405 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in i915_prepare_vertex_sampling() 735 struct pipe_sampler_view **views) in i915_set_fragment_sampler_views() 744 !memcmp(i915->fragment_sampler_views, views, num * sizeof(struct pipe_sampler_view *))) in i915_set_fragment_sampler_views() 762 struct pipe_sampler_view **views) in i915_set_vertex_sampler_views() 771 !memcmp(i915->vertex_sampler_views, views, num * sizeof(struct pipe_sampler_view *))) { in i915_set_vertex_sampler_views() 776 struct pipe_sampler_view *view = i < num ? views[i] : NULL; in i915_set_vertex_sampler_views() 793 struct pipe_sampler_view **views) in i915_set_sampler_views() 809 struct pipe_sampler_view * 812 const struct pipe_sampler_view *templ, in i915_create_sampler_view_custom() [all …]
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 71 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view() 73 const struct pipe_sampler_view *state) in noop_create_sampler_view() 75 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view() 114 struct pipe_sampler_view **views) in noop_set_sampler_views() 177 struct pipe_sampler_view *state) in noop_sampler_view_destroy()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 58 struct pipe_sampler_view; 218 struct pipe_sampler_view **); 346 struct pipe_sampler_view * (*create_sampler_view)(struct pipe_context *ctx, 348 const struct pipe_sampler_view *templat); 351 struct pipe_sampler_view *view);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.h | 154 struct pipe_sampler_view *textures[3][PIPE_MAX_SAMPLERS]; 262 struct pipe_sampler_view * 265 const struct pipe_sampler_view *, 268 struct pipe_sampler_view * 271 const struct pipe_sampler_view *);
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.h | 41 struct pipe_sampler_view base; 56 struct pipe_sampler_view *views[16]; 107 virgl_sampler_view(struct pipe_sampler_view *view) in virgl_sampler_view()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_context.h | 81 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; 94 struct pipe_sampler_view *textures[PIPE_MAX_SAMPLERS]; 191 struct pipe_sampler_view **views); 195 unsigned nr, struct pipe_sampler_view **views);
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_texture.c | 45 struct pipe_sampler_view *view) in fd_sampler_view_destroy() 69 unsigned start, unsigned nr, struct pipe_sampler_view **views) in set_sampler_views() 75 struct pipe_sampler_view *view = views ? views[i] : NULL; in set_sampler_views() 111 struct pipe_sampler_view **views) in fd_set_sampler_views()
|