Searched refs:_NEW_CURRENT_ATTRIB (Results 1 – 8 of 8) sorted by relevance
655 return _NEW_LIGHT | _NEW_CURRENT_ATTRIB; in _mesa_program_state_flags()705 return _NEW_CURRENT_ATTRIB; in _mesa_program_state_flags()707 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags()
104 ctx->NewState |= _NEW_CURRENT_ATTRIB; in _playback_copy_to_current()
219 ctx->NewState |= _NEW_CURRENT_ATTRIB; in vbo_exec_copy_to_current()
386 const GLbitfield computed_states = ~(_NEW_CURRENT_ATTRIB | _NEW_LINE); in _mesa_update_state_locked()
4073 #define _NEW_CURRENT_ATTRIB (1u << 23) /**< gl_context::Current */ macro
475 if (new_state & _NEW_CURRENT_ATTRIB && in nouveau_update_state()
244 if (new_state & _NEW_CURRENT_ATTRIB) in st_invalidate_state()
596 DEFINE_BIT(_NEW_CURRENT_ATTRIB),