Searched refs:_NEW_CURRENT_ATTRIB (Results 1 – 8 of 8) sorted by relevance
637 return _NEW_LIGHT | _NEW_CURRENT_ATTRIB; in _mesa_program_state_flags()687 return _NEW_CURRENT_ATTRIB; in _mesa_program_state_flags()689 return _NEW_CURRENT_ATTRIB | _NEW_LIGHT | _NEW_BUFFERS; in _mesa_program_state_flags()
103 ctx->NewState |= _NEW_CURRENT_ATTRIB; in playback_copy_to_current()
224 ctx->NewState |= _NEW_CURRENT_ATTRIB; in vbo_exec_copy_to_current()
280 const GLbitfield computed_states = ~(_NEW_CURRENT_ATTRIB | _NEW_LINE); in _mesa_update_state_locked()
4324 #define _NEW_CURRENT_ATTRIB (1u << 23) /**< gl_context::Current */ macro
480 if (new_state & _NEW_CURRENT_ATTRIB && in nouveau_update_state()
276 DEFINE_BIT(_NEW_CURRENT_ATTRIB),
225 if (new_state & _NEW_CURRENT_ATTRIB) in st_invalidate_state()