Lines Matching defs:tex_samp
72 tex_sampler_t tex_samp;
151 CLEAR (tex_samp);
271 tex_samp.id = 0;
272 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
273 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
274 tex_samp.clamp_z = SQ_TEX_WRAP;
277 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
278 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
280 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
281 tex_samp.mip_filter = 0; /* no mipmap */
282 r600_set_tex_sampler(pScrn, &tex_samp);
304 tex_samp.id = 1;
305 r600_set_tex_sampler(pScrn, &tex_samp);
327 tex_samp.id = 2;
328 r600_set_tex_sampler(pScrn, &tex_samp);
367 tex_samp.id = 0;
368 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
369 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
370 tex_samp.clamp_z = SQ_TEX_WRAP;
373 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
374 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
376 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
377 tex_samp.mip_filter = 0; /* no mipmap */
378 r600_set_tex_sampler(pScrn, &tex_samp);