Lines Matching defs:tex_samp
268 tex_sampler_t tex_samp;
273 CLEAR (tex_samp);
344 tex_samp.id = 0;
345 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
346 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
347 tex_samp.clamp_z = SQ_TEX_WRAP;
348 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_POINT;
349 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_POINT;
350 tex_samp.mc_coord_truncate = 1;
351 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
352 tex_samp.mip_filter = 0; /* no mipmap */
353 evergreen_set_tex_sampler (pScrn, &tex_samp);
855 tex_sampler_t tex_samp;
859 CLEAR (tex_samp);
1026 tex_samp.id = unit;
1027 tex_samp.border_color = SQ_TEX_BORDER_COLOR_TRANS_BLACK;
1031 tex_samp.clamp_x = SQ_TEX_WRAP;
1032 tex_samp.clamp_y = SQ_TEX_WRAP;
1035 tex_samp.clamp_x = SQ_TEX_CLAMP_LAST_TEXEL;
1036 tex_samp.clamp_y = SQ_TEX_CLAMP_LAST_TEXEL;
1039 tex_samp.clamp_x = SQ_TEX_MIRROR;
1040 tex_samp.clamp_y = SQ_TEX_MIRROR;
1043 tex_samp.clamp_x = SQ_TEX_CLAMP_BORDER;
1044 tex_samp.clamp_y = SQ_TEX_CLAMP_BORDER;
1052 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_POINT;
1053 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_POINT;
1054 tex_samp.mc_coord_truncate = 1;
1057 tex_samp.xy_mag_filter = SQ_TEX_XY_FILTER_BILINEAR;
1058 tex_samp.xy_min_filter = SQ_TEX_XY_FILTER_BILINEAR;
1064 tex_samp.clamp_z = SQ_TEX_WRAP;
1065 tex_samp.z_filter = SQ_TEX_Z_FILTER_NONE;
1066 tex_samp.mip_filter = 0; /* no mipmap */
1067 evergreen_set_tex_sampler (pScrn, &tex_samp);