Home
last modified time | relevance | path

Searched refs:_NEW_MULTISAMPLE (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmultisample.c48 ctx->NewState |= _NEW_MULTISAMPLE; in _mesa_SampleCoverage()
118 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_SampleMaski()
139 ctx->NewState |= _NEW_MULTISAMPLE; in _mesa_MinSampleShading()
Denable.c244 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_multisample()
800 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
808 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
814 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
822 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
833 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
1026 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
Dmtypes.h4074 #define _NEW_MULTISAMPLE (1u << 24) /**< gl_context::Multisample */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_wm_state.c138 _NEW_MULTISAMPLE |
276 _NEW_MULTISAMPLE,
Dgen8_sf_state.c219 _NEW_MULTISAMPLE |
341 _NEW_MULTISAMPLE |
Dgen8_multisample_state.c83 .mesa = _NEW_MULTISAMPLE,
Dgen8_blend_state.c199 _NEW_MULTISAMPLE,
292 _NEW_MULTISAMPLE,
Dgen8_depth_state.c386 _NEW_MULTISAMPLE |
428 brw->NewGLState |= _NEW_MULTISAMPLE; in gen8_hiz_exec()
Dgen6_multisample_state.c217 .mesa = _NEW_MULTISAMPLE,
Dgen7_sf_state.c253 _NEW_MULTISAMPLE |
Dgen8_ps_state.c295 .mesa = _NEW_MULTISAMPLE,
Dgen6_wm_state.c280 _NEW_MULTISAMPLE |
Dgen6_sf_state.c441 _NEW_MULTISAMPLE |
Dgen6_cc.c247 _NEW_MULTISAMPLE,
Dbrw_wm.c433 _NEW_MULTISAMPLE | in brw_wm_state_dirty()
Dbrw_state_upload.c597 DEFINE_BIT(_NEW_MULTISAMPLE),
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c214 if (new_state & _NEW_MULTISAMPLE) { in st_invalidate_state()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c717 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()