Searched refs:sp_samp (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 596 const struct sp_sampler *sp_samp, in get_texel_2d() argument 604 return sp_samp->base.border_color.f; in get_texel_2d() 803 const struct sp_sampler *sp_samp, in get_texel_quad_2d() argument 809 out[0] = get_texel_2d( sp_sview, sp_samp, addr, x0, y0 ); in get_texel_quad_2d() 810 out[1] = get_texel_2d( sp_sview, sp_samp, addr, x1, y0 ); in get_texel_quad_2d() 811 out[3] = get_texel_2d( sp_sview, sp_samp, addr, x1, y1 ); in get_texel_quad_2d() 812 out[2] = get_texel_2d( sp_sview, sp_samp, addr, x0, y1 ); in get_texel_quad_2d() 839 const struct sp_sampler *sp_samp, in get_texel_3d() argument 848 return sp_samp->base.border_color.f; in get_texel_3d() 859 const struct sp_sampler *sp_samp, in get_texel_1d_array() argument [all …]
|
D | sp_tex_sample.h | 68 const struct sp_sampler *sp_samp, 79 const struct sp_sampler *sp_samp, 92 const struct sp_sampler *sp_samp,
|