Lines Matching refs:unit
164 state->unit[i].compare_mode_enabled = 1;
167 state->unit[i].texture_compare_func = s->state.compare_func;
170 state->unit[i].non_normalized_coords = !s->state.normalized_coords;
171 state->unit[i].convert_unorm_to_snorm =
185 state->unit[i].texture_swizzle =
188 } else if (state->unit[i].compare_mode_enabled) {
189 state->unit[i].texture_swizzle =
198 state->unit[i].wrap_mode = RC_WRAP_REPEAT;
202 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_REPEAT;
208 state->unit[i].wrap_mode = RC_WRAP_MIRRORED_CLAMP;
212 state->unit[i].wrap_mode = RC_WRAP_NONE;
216 state->unit[i].clamp_and_scale_before_fetch = TRUE;