Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmultisample.c50 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE); in _mesa_SampleCoverage()
116 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE); in sample_maski()
155 ctx->DriverFlags.NewSampleShading ? 0 : _NEW_MULTISAMPLE); in min_sample_shading()
Denable.c249 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_multisample()
853 _NEW_MULTISAMPLE); in _mesa_set_enable()
863 _NEW_MULTISAMPLE); in _mesa_set_enable()
871 _NEW_MULTISAMPLE); in _mesa_set_enable()
881 _NEW_MULTISAMPLE); in _mesa_set_enable()
894 _NEW_MULTISAMPLE); in _mesa_set_enable()
1120 _NEW_MULTISAMPLE); in _mesa_set_enable()
Dmtypes.h4325 #define _NEW_MULTISAMPLE (1u << 24) /**< gl_context::Multisample */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c369 _NEW_MULTISAMPLE |
DgenX_state_upload.c1712 (GEN_GEN >= 6 ? _NEW_MULTISAMPLE : 0) |
2015 (GEN_GEN < 8 && GEN_GEN >= 6 ? _NEW_MULTISAMPLE : 0),
3033 _NEW_MULTISAMPLE,
3320 .mesa = _NEW_MULTISAMPLE |
3913 .mesa = _NEW_MULTISAMPLE |
4442 _NEW_MULTISAMPLE |
4642 _NEW_MULTISAMPLE,
Dbrw_state_upload.c277 DEFINE_BIT(_NEW_MULTISAMPLE),
Dbrw_wm.c431 _NEW_MULTISAMPLE | in brw_wm_state_dirty()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c697 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()