Searched refs:sp_sview (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 716 get_texel_buffer_no_border(const struct sp_sampler_view *sp_sview, in get_texel_buffer_no_border() argument 725 tile = sp_get_cached_tile_tex(sp_sview->cache, addr); in get_texel_buffer_no_border() 732 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_2d_no_border() argument 741 tile = sp_get_cached_tile_tex(sp_sview->cache, addr); in get_texel_2d_no_border() 748 get_texel_2d(const struct sp_sampler_view *sp_sview, in get_texel_2d() argument 752 const struct pipe_resource *texture = sp_sview->base.texture; in get_texel_2d() 757 return sp_sview->border_color.f; in get_texel_2d() 760 return get_texel_2d_no_border( sp_sview, addr, x, y ); in get_texel_2d() 916 get_texel_quad_2d_no_border_single_tile(const struct sp_sampler_view *sp_sview, in get_texel_quad_2d_no_border_single_tile() argument 928 tile = sp_get_cached_tile_tex(sp_sview->cache, addr); in get_texel_quad_2d_no_border_single_tile() [all …]
|
D | sp_tex_sample.h | 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, 160 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|
D | sp_state_sampler.c | 117 &softpipe->tgsi.sampler[shader]->sp_sview[start + i]; in softpipe_set_sampler_views()
|