Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom.h76 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, argument
85 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; argument
90 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); argument
H A Dst_context.c476 #define ST_STATE(FLAG, st_update) st->update_functions[FLAG##_INDEX] = st_update; in st_create_context_priv() argument