HomeSort by relevance Sort by last modified time
    Searched refs:_NEW_MULTISAMPLE (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/mesa/main/
multisample.c 48 ctx->NewState |= _NEW_MULTISAMPLE;
118 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
139 ctx->NewState |= _NEW_MULTISAMPLE;
enable.c 244 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
800 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
808 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
814 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
822 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
833 FLUSH_VERTICES(ctx, _NEW_MULTISAMPLE);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen8_multisample_state.c 83 .mesa = _NEW_MULTISAMPLE,
gen6_multisample_state.c 217 .mesa = _NEW_MULTISAMPLE,
gen7_wm_state.c 72 /* _NEW_COLOR, _NEW_MULTISAMPLE _NEW_BUFFERS */
88 /* _NEW_MULTISAMPLE */
138 _NEW_MULTISAMPLE |
173 /* _NEW_BUFFERS, _NEW_MULTISAMPLE */
263 /* _NEW_BUFFERS, _NEW_MULTISAMPLE */
276 _NEW_MULTISAMPLE,
gen8_blend_state.c 63 /* _NEW_MULTISAMPLE */
199 _NEW_MULTISAMPLE,
226 /* _NEW_MULTISAMPLE */
292 _NEW_MULTISAMPLE,
gen8_sf_state.c 189 /* _NEW_POINT | _NEW_MULTISAMPLE */
219 _NEW_MULTISAMPLE |
341 _NEW_MULTISAMPLE |
gen7_sf_state.c 208 /* _NEW_MULTISAMPLE */
253 _NEW_MULTISAMPLE |
gen8_ps_state.c 56 /* _NEW_MULTISAMPLE | BRW_NEW_CONSERVATIVE_RASTERIZATION */
295 .mesa = _NEW_MULTISAMPLE,
gen8_depth_state.c 298 * _NEW_MULTISAMPLE: 3DSTATE_PS_BLEND::AlphaToCoverageEnable
386 _NEW_MULTISAMPLE |
428 brw->NewGLState |= _NEW_MULTISAMPLE;
gen6_cc.c 200 /* _NEW_MULTISAMPLE */
247 _NEW_MULTISAMPLE,
gen6_sf_state.c 371 /* _NEW_MULTISAMPLE */
441 _NEW_MULTISAMPLE |
gen6_wm_state.c 254 /* _NEW_COLOR, _NEW_MULTISAMPLE _NEW_BUFFERS */
264 * _NEW_MULTISAMPLE
280 _NEW_MULTISAMPLE |
brw_state_upload.c 597 DEFINE_BIT(_NEW_MULTISAMPLE),
brw_wm.c 433 _NEW_MULTISAMPLE |
536 /* _NEW_MULTISAMPLE, _NEW_COLOR, _NEW_BUFFERS */
541 /* _NEW_BUFFERS _NEW_MULTISAMPLE */
  /external/mesa3d/src/mesa/state_tracker/
st_context.c 214 if (new_state & _NEW_MULTISAMPLE) {
221 /* These set a subset of flags set by _NEW_MULTISAMPLE, so we only
222 * have to check them when _NEW_MULTISAMPLE isn't set.
  /external/mesa3d/src/mesa/program/
prog_statevars.c 717 return _NEW_POINT | _NEW_MULTISAMPLE;
    [all...]

Completed in 309 milliseconds