Lines Matching refs:set_all
5713 bool set_all = false; in vrend_apply_sampler_state() local
5755 set_all = true; in vrend_apply_sampler_state()
5757 if (tex->state.wrap_s != state->wrap_s || set_all) in vrend_apply_sampler_state()
5759 if (tex->state.wrap_t != state->wrap_t || set_all) in vrend_apply_sampler_state()
5761 if (tex->state.wrap_r != state->wrap_r || set_all) in vrend_apply_sampler_state()
5764 tex->state.min_mip_filter != state->min_mip_filter || set_all) in vrend_apply_sampler_state()
5766 if (tex->state.mag_img_filter != state->mag_img_filter || set_all) in vrend_apply_sampler_state()
5769 if (tex->state.min_lod != state->min_lod || set_all) in vrend_apply_sampler_state()
5771 if (tex->state.max_lod != state->max_lod || set_all) in vrend_apply_sampler_state()
5773 if (tex->state.lod_bias != state->lod_bias || set_all) { in vrend_apply_sampler_state()
5783 if (tex->state.compare_mode != state->compare_mode || set_all) in vrend_apply_sampler_state()
5785 if (tex->state.compare_func != state->compare_func || set_all) in vrend_apply_sampler_state()
5802 if (memcmp(&tex->state.border_color, &state->border_color, 16) || set_all || in vrend_apply_sampler_state()