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()
135 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE); in sample_maski()
174 ctx->DriverFlags.NewSampleShading ? 0 : _NEW_MULTISAMPLE); in min_sample_shading()
362 _NEW_MULTISAMPLE); in _mesa_AlphaToCoverageDitherControlNV_no_error()
373 _NEW_MULTISAMPLE); in _mesa_AlphaToCoverageDitherControlNV()
Denable.c338 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_multisample()
976 _NEW_MULTISAMPLE); in _mesa_set_enable()
986 _NEW_MULTISAMPLE); in _mesa_set_enable()
994 _NEW_MULTISAMPLE); in _mesa_set_enable()
1004 _NEW_MULTISAMPLE); in _mesa_set_enable()
1016 _NEW_MULTISAMPLE); in _mesa_set_enable()
1261 _NEW_MULTISAMPLE); in _mesa_set_enable()
Dmtypes.h4559 #define _NEW_MULTISAMPLE (1u << 24) /**< gl_context::Multisample */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c191 _NEW_MULTISAMPLE |
DgenX_state_upload.c1737 (GEN_GEN >= 6 ? _NEW_MULTISAMPLE : 0) |
2072 (GEN_GEN < 8 && GEN_GEN >= 6 ? _NEW_MULTISAMPLE : 0),
3058 _NEW_MULTISAMPLE,
3346 .mesa = _NEW_MULTISAMPLE |
3451 _NEW_MULTISAMPLE,
3998 .mesa = _NEW_MULTISAMPLE |
4645 _NEW_MULTISAMPLE |
4863 _NEW_MULTISAMPLE,
Dbrw_state_upload.c422 DEFINE_BIT(_NEW_MULTISAMPLE),
Dbrw_wm.c374 _NEW_MULTISAMPLE | in brw_wm_state_dirty()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c730 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()