Home
last modified time | relevance | path

Searched refs:sp_sampler (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h37 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
Dsp_tex_sample.c596 const struct sp_sampler *sp_samp, in get_texel_2d()
822 const struct sp_sampler *sp_samp, in get_texel_3d()
842 const struct sp_sampler *sp_samp, in get_texel_1d_array()
860 const struct sp_sampler *sp_samp, in get_texel_2d_array()
936 const struct sp_sampler *sp_samp, in get_texel_cube_array()
992 const struct sp_sampler *sp_samp, in img_filter_2d_linear_repeat_POT()
1047 const struct sp_sampler *sp_samp, in img_filter_2d_nearest_repeat_POT()
1082 const struct sp_sampler *sp_samp, in img_filter_2d_nearest_clamp_POT()
1125 const struct sp_sampler *sp_samp, in img_filter_1d_nearest()
1156 const struct sp_sampler *sp_samp, in img_filter_1d_array_nearest()
[all …]
Dsp_state_derived.c290 softpipe->tgsi.sampler[shader]->sp_sampler[i] = in set_shader_sampler()
291 (struct sp_sampler *)(softpipe->samplers[shader][i]); in set_shader_sampler()