Home
last modified time | relevance | path

Searched refs:ST_ALL_STATES_MASK (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom.h149 #define ST_ALL_STATES_MASK (ST_PIPELINE_RENDER_STATE_MASK | \ macro
Dst_atom.c164 st->dirty |= ctx->NewDriverState & st->active_states & ST_ALL_STATES_MASK; in st_validate_state()
Dst_context.c346 st->dirty = ST_ALL_STATES_MASK; in st_create_context_priv()