Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.c47 static update_func_t update_functions[ST_NUM_ATOMS]; variable
52 #define ST_STATE(FLAG, st_update) update_functions[FLAG##_INDEX] = st_update; in init_atoms_once()
57 update_functions[ST_NEW_VERTEX_ARRAYS_INDEX] = st_update_array_with_popcnt; in init_atoms_once()
62 STATIC_ASSERT(ARRAY_SIZE(update_functions) <= 64); in st_init_atoms()
290 update_functions[u_bit_scan(&dirty_lo)](st); in st_validate_state()
292 update_functions[32 + u_bit_scan(&dirty_hi)](st); in st_validate_state()