Lines Matching refs:tex_samp
74 tex_sampler_t tex_samp;
151 CLEAR (tex_samp);
270 tex_samp.id = 0;
271 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
272 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
273 tex_samp.clamp_z = SQ_TEX_WRAP;
276 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
277 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
279 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
280 tex_samp.mip_filter = 0; /* no mipmap */
281 evergreen_set_tex_sampler(pScrn, &tex_samp);
303 tex_samp.id = 1;
304 evergreen_set_tex_sampler(pScrn, &tex_samp);
326 tex_samp.id = 2;
327 evergreen_set_tex_sampler(pScrn, &tex_samp);
366 tex_samp.id = 0;
367 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
368 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
369 tex_samp.clamp_z = SQ_TEX_WRAP;
371 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
372 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
374 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
375 tex_samp.mip_filter = 0; /* no mipmap */
376 evergreen_set_tex_sampler(pScrn, &tex_samp);