Searched refs:_NEW_MULTISAMPLE (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | multisample.c | 45 ctx->NewState |= _NEW_MULTISAMPLE; in _mesa_SampleCoverageARB()
|
D | enable.c | 772 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable() 778 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable() 786 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable() 792 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable() 800 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in _mesa_set_enable()
|
D | state.c | 525 if (new_state & (_NEW_MULTISAMPLE | _NEW_BUFFERS)) in _mesa_update_state_locked()
|
D | mtypes.h | 3155 #define _NEW_MULTISAMPLE (1 << 24) /**< gl_context::Multisample */ macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_msaa.c | 79 (_NEW_MULTISAMPLE | _NEW_BUFFERS), /* mesa */
|
D | st_atom_rasterizer.c | 262 _NEW_MULTISAMPLE |
|
D | st_atom_blend.c | 291 (_NEW_COLOR | _NEW_MULTISAMPLE), /* XXX _NEW_BLEND someday? */ /* mesa */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_multisample_state.c | 165 _NEW_MULTISAMPLE,
|
D | gen6_wm_state.c | 236 _NEW_MULTISAMPLE),
|
D | gen7_wm_state.c | 104 _NEW_MULTISAMPLE),
|
D | gen6_sf_state.c | 361 _NEW_MULTISAMPLE),
|
D | gen7_sf_state.c | 313 _NEW_MULTISAMPLE),
|
D | gen6_cc.c | 203 _NEW_MULTISAMPLE),
|
D | brw_state_upload.c | 351 DEFINE_BIT(_NEW_MULTISAMPLE),
|
D | brw_wm.c | 652 _NEW_MULTISAMPLE),
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 695 return _NEW_POINT | _NEW_MULTISAMPLE; in _mesa_program_state_flags()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 469 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE); in meta_set_enable()
|