Home
last modified time | relevance | path

Searched refs:st_update (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom.h63 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
71 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
76 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
Dst_atom.c44 #define ST_STATE(FLAG, st_update) st_update, argument