Lines Matching defs:samp
164 struct lp_linear_sampler samp[LP_MAX_LINEAR_TEXTURES];
182 if (!lp_linear_init_sampler(&samp[i], tex_info,
191 jit.tex[i] = &samp[i].base;
222 struct lp_linear_sampler samp[LP_MAX_LINEAR_TEXTURES];
235 lp_linear_init_noop_sampler(&samp[i]);
236 jit.tex[i] = &samp[i].base;
319 debug_printf(" -- samp[%d]: texcoord not perspective\n", i);
323 struct lp_sampler_static_state *samp =
325 if (!lp_linear_check_sampler(samp, tex_info)) {
327 debug_printf(" -- samp[%d]: check_sampler failed\n", i);