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; 72 const struct sp_sampler *sp_samp, 83 const struct sp_sampler *sp_samp, 96 const struct sp_sampler *sp_samp, 134 struct sp_sampler { struct 159 struct sp_sampler *sp_sampler[PIPE_MAX_SAMPLERS]; argument
|
D | sp_tex_sample.c | 749 const struct sp_sampler *sp_samp, in get_texel_2d() 975 const struct sp_sampler *sp_samp, in get_texel_3d() 995 const struct sp_sampler *sp_samp, in get_texel_1d_array() 1013 const struct sp_sampler *sp_samp, in get_texel_2d_array() 1089 const struct sp_sampler *sp_samp, in get_texel_cube_array() 1145 const struct sp_sampler *sp_samp, in img_filter_2d_linear_repeat_POT() 1200 const struct sp_sampler *sp_samp, in img_filter_2d_nearest_repeat_POT() 1235 const struct sp_sampler *sp_samp, in img_filter_2d_nearest_clamp_POT() 1278 const struct sp_sampler *sp_samp, in img_filter_1d_nearest() 1309 const struct sp_sampler *sp_samp, in img_filter_1d_array_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()
|