Home | History | Annotate | Download | only in r200

Lines Matching refs:pp_txfilter

76    t->pp_txfilter &= ~(R200_CLAMP_S_MASK | R200_CLAMP_T_MASK | R200_BORDER_MODE_D3D);
80 t->pp_txfilter |= R200_CLAMP_S_WRAP;
83 t->pp_txfilter |= R200_CLAMP_S_CLAMP_GL;
87 t->pp_txfilter |= R200_CLAMP_S_CLAMP_LAST;
90 t->pp_txfilter |= R200_CLAMP_S_CLAMP_GL;
94 t->pp_txfilter |= R200_CLAMP_S_MIRROR;
97 t->pp_txfilter |= R200_CLAMP_S_MIRROR_CLAMP_GL;
101 t->pp_txfilter |= R200_CLAMP_S_MIRROR_CLAMP_LAST;
104 t->pp_txfilter |= R200_CLAMP_S_MIRROR_CLAMP_GL;
114 t->pp_txfilter |= R200_CLAMP_T_WRAP;
117 t->pp_txfilter |= R200_CLAMP_T_CLAMP_GL;
121 t->pp_txfilter |= R200_CLAMP_T_CLAMP_LAST;
124 t->pp_txfilter |= R200_CLAMP_T_CLAMP_GL;
128 t->pp_txfilter |= R200_CLAMP_T_MIRROR;
131 t->pp_txfilter |= R200_CLAMP_T_MIRROR_CLAMP_GL;
135 t->pp_txfilter |= R200_CLAMP_T_MIRROR_CLAMP_LAST;
138 t->pp_txfilter |= R200_CLAMP_T_MIRROR_CLAMP_GL;
182 t->pp_txfilter |= R200_BORDER_MODE_D3D;
190 t->pp_txfilter &= ~R200_MAX_ANISO_MASK;
196 t->pp_txfilter |= R200_MAX_ANISO_1_TO_1;
198 t->pp_txfilter |= R200_MAX_ANISO_2_TO_1;
200 t->pp_txfilter |= R200_MAX_ANISO_4_TO_1;
202 t->pp_txfilter |= R200_MAX_ANISO_8_TO_1;
204 t->pp_txfilter |= R200_MAX_ANISO_16_TO_1;
218 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK);
223 t->pp_txfilter &= ~(R200_MIN_FILTER_MASK | R200_MAG_FILTER_MASK);
236 t->pp_txfilter |= R200_MIN_FILTER_NEAREST;
239 t->pp_txfilter |= R200_MIN_FILTER_LINEAR;
242 t->pp_txfilter |= R200_MIN_FILTER_NEAREST_MIP_NEAREST;
245 t->pp_txfilter |= R200_MIN_FILTER_LINEAR_MIP_NEAREST;
248 t->pp_txfilter |= R200_MIN_FILTER_NEAREST_MIP_LINEAR;
251 t->pp_txfilter |= R200_MIN_FILTER_LINEAR_MIP_LINEAR;
257 t->pp_txfilter |= R200_MIN_FILTER_ANISO_NEAREST;
260 t->pp_txfilter |= R200_MIN_FILTER_ANISO_LINEAR;
264 t->pp_txfilter |= R200_MIN_FILTER_ANISO_NEAREST_MIP_NEAREST;
268 t->pp_txfilter |= R200_MIN_FILTER_ANISO_NEAREST_MIP_LINEAR;
278 t->pp_txfilter |= R200_MAG_FILTER_NEAREST;
282 t->pp_txfilter |= R200_MAG_FILTER_LINEAR;