Lines Matching refs:tex_samp
271 tex_sampler_t tex_samp;
276 CLEAR (tex_samp);
346 tex_samp.id = 0;
347 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
348 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
349 tex_samp.clamp_z = SQ_TEX_WRAP;
350 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_POINT;
351 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_POINT;
352 tex_samp.mc_coord_truncate = 1;
353 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
354 tex_samp.mip_filter = 0; /* no mipmap */
355 evergreen_set_tex_sampler (pScrn, &tex_samp);
841 tex_sampler_t tex_samp;
845 CLEAR (tex_samp);
1009 tex_samp.id = unit;
1010 tex_samp.border_color = SQ_TEX_BORDER_COLOR_TRANS_BLACK;
1014 tex_samp.clamp_x = SQ_TEX_WRAP;
1015 tex_samp.clamp_y = SQ_TEX_WRAP;
1018 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
1019 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1022 tex_samp.clamp_x = SQ_TEX_MIRROR;
1023 tex_samp.clamp_y = SQ_TEX_MIRROR;
1026 tex_samp.clamp_x = SQ_TEX_CLAMP_BORDER;
1027 tex_samp.clamp_y = SQ_TEX_CLAMP_BORDER;
1035 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_POINT;
1036 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_POINT;
1037 tex_samp.mc_coord_truncate = 1;
1040 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
1041 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
1047 tex_samp.clamp_z = SQ_TEX_WRAP;
1048 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
1049 tex_samp.mip_filter = 0; /* no mipmap */
1050 evergreen_set_tex_sampler (pScrn, &tex_samp);