Searched refs:sp_sampler_view (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A 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
157 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS];
H A Dsp_tex_sample.c499 compute_lambda_1d_explicit_gradients(const struct sp_sampler_view *sview,
516 compute_lambda_1d(const struct sp_sampler_view *sview,
541 compute_lambda_2d_explicit_gradients(const struct sp_sampler_view *sview,
558 compute_lambda_2d(const struct sp_sampler_view *sview,
585 compute_lambda_3d_explicit_gradients(const struct sp_sampler_view *sview,
606 compute_lambda_3d(const struct sp_sampler_view *sview,
618 compute_lambda_cube_explicit_gradients(const struct sp_sampler_view *sview,
638 compute_lambda_cube(const struct sp_sampler_view *sview,
653 compute_lambda_vert(const struct sp_sampler_view *sview,
702 get_texel_buffer_no_border(const struct sp_sampler_view *sp_svie
[all...]
H A Dsp_state_sampler.c115 struct sp_sampler_view *sp_sviewsrc;
116 struct sp_sampler_view *sp_sviewdst =
126 sp_sviewsrc = (struct sp_sampler_view *)*pview;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A 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];
H A Dsp_tex_sample.c513 compute_lambda_1d_explicit_gradients(const struct sp_sampler_view *sview,
530 compute_lambda_1d(const struct sp_sampler_view *sview,
555 compute_lambda_2d_explicit_gradients(const struct sp_sampler_view *sview,
572 compute_lambda_2d(const struct sp_sampler_view *sview,
599 compute_lambda_3d_explicit_gradients(const struct sp_sampler_view *sview,
620 compute_lambda_3d(const struct sp_sampler_view *sview,
632 compute_lambda_cube_explicit_gradients(const struct sp_sampler_view *sview,
652 compute_lambda_cube(const struct sp_sampler_view *sview,
667 compute_lambda_vert(const struct sp_sampler_view *sview,
716 get_texel_buffer_no_border(const struct sp_sampler_view *sp_svie
[all...]
H A Dsp_state_sampler.c117 struct sp_sampler_view *sp_sviewsrc;
118 struct sp_sampler_view *sp_sviewdst =
134 sp_sviewsrc = (struct sp_sampler_view *)*pview;

Completed in 18 milliseconds