HomeSort by relevance Sort by last modified time
    Searched refs:sp_sview (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 579 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview,
588 tile = sp_get_cached_tile_tex(sp_sview->cache, addr);
595 get_texel_2d(const struct sp_sampler_view *sp_sview,
599 const struct pipe_resource *texture = sp_sview->base.texture;
607 return get_texel_2d_no_border( sp_sview, addr, x, y );
763 get_texel_quad_2d_no_border_single_tile(const struct sp_sampler_view *sp_sview,
775 tile = sp_get_cached_tile_tex(sp_sview->cache, addr);
787 get_texel_quad_2d_no_border(const struct sp_sampler_view *sp_sview,
793 out[0] = get_texel_2d_no_border( sp_sview, addr, x0, y0 );
794 out[1] = get_texel_2d_no_border( sp_sview, addr, x1, y0 )
3560 const struct sp_sampler_view *sp_sview; local
3618 const struct sp_sampler_view *sp_sview; local
    [all...]
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 in struct:sp_tgsi_sampler
sp_state_sampler.c 117 &softpipe->tgsi.sampler[shader]->sp_sview[start + i];

Completed in 55 milliseconds