Searched refs:sp_sview (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 579 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_2d_no_border() argument 588 tile = sp_get_cached_tile_tex(sp_sview->cache, addr); in get_texel_2d_no_border() 595 get_texel_2d(const struct sp_sampler_view *sp_sview, in get_texel_2d() argument 599 const struct pipe_resource *texture = sp_sview->base.texture; in get_texel_2d() 607 return get_texel_2d_no_border( sp_sview, addr, x, y ); 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() argument 775 tile = sp_get_cached_tile_tex(sp_sview->cache, addr); 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() argument 793 out[0] = get_texel_2d_no_border( sp_sview, addr, x0, y0 ); in get_texel_quad_2d_no_border() 794 out[1] = get_texel_2d_no_border( sp_sview, addr, x1, y0 ); in get_texel_quad_2d_no_border() [all …]
|
D | sp_tex_sample.h | 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, 153 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()
|