Searched defs:sp_sview (Results 1 – 2 of 2) 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() 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() 803 get_texel_3d_no_border(const struct sp_sampler_view *sp_sview, in get_texel_3d_no_border() 821 get_texel_3d(const struct sp_sampler_view *sp_sview, in get_texel_3d() 841 get_texel_1d_array(const struct sp_sampler_view *sp_sview, in get_texel_1d_array() 859 get_texel_2d_array(const struct sp_sampler_view *sp_sview, in get_texel_2d_array() 880 get_texel_cube_seamless(const struct sp_sampler_view *sp_sview, in get_texel_cube_seamless() 935 get_texel_cube_array(const struct sp_sampler_view *sp_sview, in get_texel_cube_array() [all …]
|
D | sp_tex_sample.h | 153 struct sp_sampler_view sp_sview[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|