Home
last modified time | relevance | path

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

/third_party/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,
56 typedef float (*compute_lambda_from_grad_func)(const struct sp_sampler_view *sp_sview,
71 typedef void (*img_filter_func)(const struct sp_sampler_view *sp_sview,
82 typedef void (*mip_filter_func)(const struct sp_sampler_view *sp_sview,
95 typedef void (*mip_level_func)(const struct sp_sampler_view *sp_sview,
100 typedef void (*fetch_func)(struct sp_sampler_view *sp_sview,
107 struct sp_sampler_view struct
160 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS];
Dsp_tex_sample.c513 compute_lambda_1d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_1d_explicit_gradients()
530 compute_lambda_1d(const struct sp_sampler_view *sview, in compute_lambda_1d()
555 compute_lambda_2d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_2d_explicit_gradients()
572 compute_lambda_2d(const struct sp_sampler_view *sview, in compute_lambda_2d()
599 compute_lambda_3d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_3d_explicit_gradients()
620 compute_lambda_3d(const struct sp_sampler_view *sview, in compute_lambda_3d()
632 compute_lambda_cube_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_cube_explicit_gradients()
652 compute_lambda_cube(const struct sp_sampler_view *sview, in compute_lambda_cube()
667 compute_lambda_vert(const struct sp_sampler_view *sview, in compute_lambda_vert()
716 get_texel_buffer_no_border(const struct sp_sampler_view *sp_sview, in get_texel_buffer_no_border()
[all …]
Dsp_state_sampler.c117 struct sp_sampler_view *sp_sviewsrc; in softpipe_set_sampler_views()
118 struct sp_sampler_view *sp_sviewdst = in softpipe_set_sampler_views()
134 sp_sviewsrc = (struct sp_sampler_view *)*pview; in softpipe_set_sampler_views()