Home
last modified time | relevance | path

Searched refs:_NEW_SCISSOR (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c460 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in nouveau_update_state()
474 if (new_state & _NEW_SCISSOR) in nouveau_update_state()
/external/mesa3d/src/mesa/swrast/
Ds_context.h104 _NEW_SCISSOR| \
/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/main/
Dscissor.c51 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewScissorRect ? 0 : _NEW_SCISSOR); in set_scissor_no_notify()
Ddebug.c92 (state & _NEW_SCISSOR) ? "ctx->Scissor, " : "", in _mesa_print_state()
Denable.c844 _NEW_SCISSOR); in _mesa_set_enable()
1368 ctx->DriverFlags.NewScissorTest ? 0 : _NEW_SCISSOR); in _mesa_set_enablei()
Dmtypes.h4549 #define _NEW_SCISSOR (1u << 14) /**< gl_context::Scissor */ macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c413 DEFINE_BIT(_NEW_SCISSOR),
DgenX_state_upload.c2402 _NEW_SCISSOR |
2544 (GEN_GEN <= 5 ? _NEW_SCISSOR : 0),
4648 _NEW_SCISSOR |
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.c302 radeon->NewGLState |= _NEW_SCISSOR; 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.c302 radeon->NewGLState |= _NEW_SCISSOR; 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/drivers/osmesa/
Dosmesa.c122 if (new_state & (_NEW_SCISSOR | _NEW_BUFFERS | _NEW_VIEWPORT)) in osmesa_update_state()