Lines Matching defs:sampler
74 struct pipe_sampler_state sampler;
155 /* sampler texture */
207 /* sampler */
208 memset(&p->sampler, 0, sizeof(p->sampler));
209 p->sampler.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
210 p->sampler.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
211 p->sampler.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
212 p->sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NONE;
213 p->sampler.min_img_filter = PIPE_TEX_MIPFILTER_LINEAR;
214 p->sampler.mag_img_filter = PIPE_TEX_MIPFILTER_LINEAR;
215 p->sampler.normalized_coords = 1;
312 const struct pipe_sampler_state *samplers[] = {&p->sampler};
326 /* sampler */
329 /* texture sampler view */