Searched refs:ST_STATE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_list.h2 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_COLO
[all...]
H A Dst_atom.h84 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro
86 #undef ST_STATE
92 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro
94 #undef ST_STATE
97 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro
99 #undef ST_STATE
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, macro
49 #undef ST_STATE
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_list.h2 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_COLO
[all...]
H A Dst_atom.h86 #define ST_STATE(FLAG, st_update) FLAG##_INDEX, macro
88 #undef ST_STATE
94 #define ST_STATE(FLAG, st_update) static const uint64_t FLAG = 1ull << FLAG##_INDEX; macro
96 #undef ST_STATE
99 #define ST_STATE(FLAG, st_update) void st_update(struct st_context *st); macro
101 #undef ST_STATE
H A Dst_atom.c47 #define ST_STATE(FLAG, st_update) st_update, macro
49 #undef ST_STATE

Completed in 5 milliseconds