Home
last modified time | relevance | path

Searched defs:sp_sview (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c579 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()
802 get_texel_quad_2d(const struct sp_sampler_view *sp_sview, in get_texel_quad_2d()
820 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_3d_no_border()
838 get_texel_3d(const struct sp_sampler_view *sp_sview, in get_texel_3d()
858 get_texel_1d_array(const struct sp_sampler_view *sp_sview, in get_texel_1d_array()
876 get_texel_2d_array(const struct sp_sampler_view *sp_sview, in get_texel_2d_array()
897 get_texel_cube_seamless(const struct sp_sampler_view *sp_sview, in get_texel_cube_seamless()
[all …]
Dsp_tex_sample.h153 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member