Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom.h95 #define ST_NEW_CONSTANTS (ST_NEW_VS_CONSTANTS | \ macro
139 ST_NEW_CONSTANTS | \
Dst_context.c271 st->dirty |= st->active_states & ST_NEW_CONSTANTS; in st_invalidate_state()
Dst_cb_bitmap.c649 if ((st->dirty | ctx->NewDriverState) & ~ST_NEW_CONSTANTS & in st_Bitmap()