Lines Matching full:sampler
73 struct pipe_sampler_state sampler;
154 /* 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;
321 /* sampler */
322 cso_single_sampler(p->cso, 0, &p->sampler);
325 /* texture sampler view */