Home
last modified time | relevance | path

Searched refs:_NEW_VIEWPORT (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/main/
Dviewport.c74 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewViewport ? 0 : _NEW_VIEWPORT); in set_viewport_no_notify()
295 FLUSH_VERTICES(ctx, _NEW_VIEWPORT); in set_depth_range_no_notify()
523 _NEW_TRANSFORM | _NEW_VIEWPORT); in clip_control()
678 FLUSH_VERTICES(ctx, _NEW_VIEWPORT); in set_viewport_swizzle()
Ddebug.c96 (state & _NEW_VIEWPORT) ? "ctx->Viewport, " : "", in _mesa_print_state()
Dmtypes.h4553 #define _NEW_VIEWPORT (1u << 18) /**< gl_context::Viewport */ macro
/external/mesa3d/src/mesa/tnl/
Dt_context.c195 if (new_state & (_NEW_VIEWPORT | _NEW_BUFFERS)) { in _tnl_InvalidateState()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c460 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in nouveau_update_state()
477 if (new_state & _NEW_VIEWPORT) in nouveau_update_state()
/external/mesa3d/src/mesa/swrast/
Ds_context.h111 _NEW_VIEWPORT| \
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c66 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in i915InvalidateState()
Dintel_context.c326 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in intelInvalidateState()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c417 DEFINE_BIT(_NEW_VIEWPORT),
DgenX_state_upload.c1365 _NEW_VIEWPORT,
2305 _NEW_VIEWPORT,
2403 _NEW_VIEWPORT,
2543 _NEW_VIEWPORT |
Dbrw_context.c198 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in intel_update_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c297 ctx->NewState |= _NEW_VIEWPORT; in radeon_draw_buffer()
Dr200_state.c2265 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in r200InvalidateState()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c297 ctx->NewState |= _NEW_VIEWPORT; in radeon_draw_buffer()
Dradeon_state.c2028 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in radeonInvalidateState()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c711 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in update_state()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c688 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in xmesa_update_state()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c708 return _NEW_VIEWPORT; in _mesa_program_state_flags()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c122 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in osmesa_update_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c243 if (st->clamp_frag_depth_in_shader && (new_state & _NEW_VIEWPORT)) { in st_invalidate_state()