Searched refs:sp_sampler (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.h | 37 struct sp_sampler; 68 const struct sp_sampler *sp_samp, 79 const struct sp_sampler *sp_samp, 92 const struct sp_sampler *sp_samp, 127 struct sp_sampler { struct 152 struct sp_sampler *sp_sampler[PIPE_MAX_SAMPLERS]; argument
|
D | sp_tex_sample.c | 596 const struct sp_sampler *sp_samp, in get_texel_2d() 803 const struct sp_sampler *sp_samp, in get_texel_quad_2d() 839 const struct sp_sampler *sp_samp, in get_texel_3d() 859 const struct sp_sampler *sp_samp, in get_texel_1d_array() 877 const struct sp_sampler *sp_samp, in get_texel_2d_array() 953 const struct sp_sampler *sp_samp, in get_texel_cube_array() 1009 const struct sp_sampler *sp_samp, in img_filter_2d_linear_repeat_POT() 1064 const struct sp_sampler *sp_samp, in img_filter_2d_nearest_repeat_POT() 1099 const struct sp_sampler *sp_samp, in img_filter_2d_nearest_clamp_POT() 1142 const struct sp_sampler *sp_samp, in img_filter_1d_nearest() [all …]
|
D | sp_state_derived.c | 290 softpipe->tgsi.sampler[shader]->sp_sampler[i] = in set_shader_sampler() 291 (struct sp_sampler *)(softpipe->samplers[shader][i]); in set_shader_sampler()
|