Searched defs:ST_STATE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom.h84 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro
92 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro
97 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, macro
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, macro

Completed in 4 milliseconds