Searched refs:sp_sampler_view (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 36 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];
|
D | sp_tex_sample.c | 493 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() 803 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_3d_no_border() 821 get_texel_3d(const struct sp_sampler_view *sp_sview, in get_texel_3d() [all …]
|
D | sp_state_sampler.c | 115 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()
|