Searched refs:_NEW_MULTISAMPLE (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | multisample.c | 48 ctx->NewState |= _NEW_MULTISAMPLE; in _mesa_SampleCoverage() 118 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_SampleMaski() 139 ctx->NewState |= _NEW_MULTISAMPLE; in _mesa_MinSampleShading()
|
D | enable.c | 244 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()
|
D | mtypes.h | 4074 #define _NEW_MULTISAMPLE (1u << 24) /**< gl_context::Multisample */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_wm_state.c | 138 _NEW_MULTISAMPLE | 276 _NEW_MULTISAMPLE,
|
D | gen8_sf_state.c | 219 _NEW_MULTISAMPLE | 341 _NEW_MULTISAMPLE |
|
D | gen8_multisample_state.c | 83 .mesa = _NEW_MULTISAMPLE,
|
D | gen8_blend_state.c | 199 _NEW_MULTISAMPLE, 292 _NEW_MULTISAMPLE,
|
D | gen8_depth_state.c | 386 _NEW_MULTISAMPLE | 428 brw->NewGLState |= _NEW_MULTISAMPLE; in gen8_hiz_exec()
|
D | gen6_multisample_state.c | 217 .mesa = _NEW_MULTISAMPLE,
|
D | gen7_sf_state.c | 253 _NEW_MULTISAMPLE |
|
D | gen8_ps_state.c | 295 .mesa = _NEW_MULTISAMPLE,
|
D | gen6_wm_state.c | 280 _NEW_MULTISAMPLE |
|
D | gen6_sf_state.c | 441 _NEW_MULTISAMPLE |
|
D | gen6_cc.c | 247 _NEW_MULTISAMPLE,
|
D | brw_wm.c | 433 _NEW_MULTISAMPLE | in brw_wm_state_dirty()
|
D | brw_state_upload.c | 597 DEFINE_BIT(_NEW_MULTISAMPLE),
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 214 if (new_state & _NEW_MULTISAMPLE) { in st_invalidate_state()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 717 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()
|