Home
last modified time | relevance | path

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

/third_party/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()
732 get_texel_2d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_2d_no_border()
748 get_texel_2d(const struct sp_sampler_view *sp_sview, 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()
940 get_texel_quad_2d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_quad_2d_no_border()
956 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_3d_no_border()
974 get_texel_3d(const struct sp_sampler_view *sp_sview, in get_texel_3d()
994 get_texel_1d_array(const struct sp_sampler_view *sp_sview, in get_texel_1d_array()
1012 get_texel_2d_array(const struct sp_sampler_view *sp_sview, in get_texel_2d_array()
1033 get_texel_cube_seamless(const struct sp_sampler_view *sp_sview, in get_texel_cube_seamless()
[all …]
Dsp_tex_sample.h160 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member