Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom.h93 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro
95 #undef ST_STATE macro
102 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro
104 #undef ST_STATE macro
107 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro
109 #undef ST_STATE macro
H A Dst_atom.c52 #define ST_STATE(FLAG, st_update) update_functions[FLAG##_INDEX] = st_update; in init_atoms_once() macro
54 #undef ST_STATE in init_atoms_once() macro

Completed in 2 milliseconds