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_RASTERIZER, st_update_rasterizer) 12 ST_STATE(ST_NEW_POLY_STIPPLE, st_update_polygon_stipple) 13 ST_STATE(ST_NEW_VIEWPORT, st_update_viewport) [all …]
|
D | st_atom.h | 66 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro 68 #undef ST_STATE 74 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1llu << FLAG##_INDEX; macro 76 #undef ST_STATE 79 #define ST_STATE(FLAG, st_update) extern const struct st_tracked_state st_update; macro 81 #undef ST_STATE
|
D | st_atom.c | 43 #define ST_STATE(FLAG, st_update) &st_update, macro 45 #undef ST_STATE
|