Searched refs:ST_STATE (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_list.h | 2 ST_STATE(ST_NEW_DSA, st_update_depth_stencil_alpha) 3 ST_STATE(ST_NEW_CLIP_STATE, st_update_clip) 5 ST_STATE(ST_NEW_FS_STATE, st_update_fp) 6 ST_STATE(ST_NEW_GS_STATE, st_update_gp) 7 ST_STATE(ST_NEW_TES_STATE, st_update_tep) 8 ST_STATE(ST_NEW_TCS_STATE, st_update_tcp) 9 ST_STATE(ST_NEW_VS_STATE, st_update_vp) 11 ST_STATE(ST_NEW_POLY_STIPPLE, st_update_polygon_stipple) 12 ST_STATE(ST_NEW_WINDOW_RECTANGLES, st_update_window_rectangles) 13 ST_STATE(ST_NEW_BLEND, st_update_blend) [all …]
|
D | st_atom.h | 63 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro 65 #undef ST_STATE 71 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro 73 #undef ST_STATE 76 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro 78 #undef ST_STATE
|
D | st_atom.c | 44 #define ST_STATE(FLAG, st_update) st_update, macro 46 #undef ST_STATE
|