Searched refs:state5 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/proto/transform/detail/preprocessed/ |
D | fold_impl.hpp | 165 …>::template impl< typename result_of::child_c<Expr, 4>::type , state4 , Data >::result_type state5; typedef 166 typedef state5 result_type; 175 …_c<Expr, 3>::type , state3 , Data >()( proto::child_c< 3>(e) , s3 , d ); state5 s5 = typename when… in operator ()() 183 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state5; typedef 184 …<_, Fun>::template impl< typename result_of::child_c< Expr , 4 >::type , state5 , Data >::result_t… 192 state5 s5 = in operator ()() 194 …<_, Fun>::template impl< typename result_of::child_c< Expr , 4 >::type , state5 , Data >()( proto:… in operator ()() 203 …4 , Data >::result_type state5; typedef typename when<_, Fun>::template impl< typename result_of::… typedef 213 …state5 s5 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 4>::type , sta… in operator ()() 222 …, Data >::result_type state5; typedef typename when<_, Fun>::template impl< typename result_of::ch… typedef [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 625 int state5; in i830LineWidth() local 632 state5 = i830->state.Ctx[I830_CTXREG_STATE5] & ~FIXED_LINE_WIDTH_MASK; in i830LineWidth() 633 state5 |= (ENABLE_FIXED_LINE_WIDTH | FIXED_LINE_WIDTH(width)); in i830LineWidth() 635 if (state5 != i830->state.Ctx[I830_CTXREG_STATE5]) { in i830LineWidth() 637 i830->state.Ctx[I830_CTXREG_STATE5] = state5; in i830LineWidth()
|