Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c716 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 …]
Dsp_tex_sample.h51 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
Dsp_state_sampler.c117 &softpipe->tgsi.sampler[shader]->sp_sview[start + i]; in softpipe_set_sampler_views()