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_COLOR, st_update_blend_color) [all …]
|
D | st_atom.h | 79 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro 81 #undef ST_STATE 87 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro 89 #undef ST_STATE 92 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro 94 #undef ST_STATE
|
D | st_atom.c | 47 #define ST_STATE(FLAG, st_update) st_update, macro 49 #undef ST_STATE
|