Home
last modified time | relevance | path

Searched refs:sp_sampler_view (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h36 struct sp_sampler_view;
51 typedef float (*compute_lambda_func)(const struct sp_sampler_view *sp_sview,
67 typedef void (*img_filter_func)(const struct sp_sampler_view *sp_sview,
78 typedef void (*mip_filter_func)(const struct sp_sampler_view *sp_sview,
91 typedef void (*mip_level_func)(const struct sp_sampler_view *sp_sview,
96 typedef void (*fetch_func)(struct sp_sampler_view *sp_sview,
103 struct sp_sampler_view struct
153 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS];
Dsp_tex_sample.c493 compute_lambda_1d(const struct sp_sampler_view *sview, in compute_lambda_1d()
508 compute_lambda_2d(const struct sp_sampler_view *sview, in compute_lambda_2d()
527 compute_lambda_3d(const struct sp_sampler_view *sview, in compute_lambda_3d()
553 compute_lambda_vert(const struct sp_sampler_view *sview, in compute_lambda_vert()
579 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_2d_no_border()
595 get_texel_2d(const struct sp_sampler_view *sp_sview, in get_texel_2d()
763 get_texel_quad_2d_no_border_single_tile(const struct sp_sampler_view *sp_sview, in get_texel_quad_2d_no_border_single_tile()
787 get_texel_quad_2d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_quad_2d_no_border()
802 get_texel_quad_2d(const struct sp_sampler_view *sp_sview, in get_texel_quad_2d()
820 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_3d_no_border()
[all …]
Dsp_state_sampler.c115 struct sp_sampler_view *sp_sviewsrc; in softpipe_set_sampler_views()
116 struct sp_sampler_view *sp_sviewdst = in softpipe_set_sampler_views()
126 sp_sviewsrc = (struct sp_sampler_view *)*pview; in softpipe_set_sampler_views()