Lines Matching refs:tex_samp
72 tex_sampler_t tex_samp;
137 CLEAR (tex_samp);
255 tex_samp.id = 0;
256 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
257 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
258 tex_samp.clamp_z = SQ_TEX_WRAP;
261 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
262 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
264 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
265 tex_samp.mip_filter = 0; /* no mipmap */
266 evergreen_set_tex_sampler(pScrn, &tex_samp);
289 tex_samp.id = 1;
290 evergreen_set_tex_sampler(pScrn, &tex_samp);
313 tex_samp.id = 2;
314 evergreen_set_tex_sampler(pScrn, &tex_samp);
354 tex_samp.id = 0;
355 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
356 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
357 tex_samp.clamp_z = SQ_TEX_WRAP;
359 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
360 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
362 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
363 tex_samp.mip_filter = 0; /* no mipmap */
364 evergreen_set_tex_sampler(pScrn, &tex_samp);