Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddepth.c55 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_ClearDepth()
94 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_DepthFunc()
119 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_DepthMask()
151 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_DepthBoundsEXT()
Dqueryobj.c301 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_BeginQueryIndexed()
365 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_EndQueryIndexed()
Ddebug.c76 (state & _NEW_DEPTH) ? "ctx->Depth, " : "", in _mesa_print_state()
Denable.c354 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_set_enable()
968 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_set_enable()
Dmtypes.h3135 #define _NEW_DEPTH (1 << 4) /**< gl_context::Depth */ macro
/external/mesa3d/src/mesa/swrast/
Ds_context.h105 _NEW_DEPTH| \
111 _NEW_DEPTH)
Ds_context.c309 _NEW_DEPTH| \
324 _NEW_DEPTH | \
583 if (swrast->NewState & (_NEW_DEPTH | in _swrast_validate_derived()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_depthstencil.c96 .mesa = _NEW_DEPTH | _NEW_STENCIL | _NEW_BUFFERS,
Dbrw_vtbl.c131 intel->NewGLState |= (_NEW_DEPTH | _NEW_STENCIL); in brw_update_draw_buffer()
Dgen7_misc_state.c284 .mesa = (_NEW_BUFFERS | _NEW_DEPTH | _NEW_STENCIL),
Dbrw_wm_state.c255 _NEW_DEPTH |
Dbrw_cc.c232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH,
Dbrw_state_upload.c332 DEFINE_BIT(_NEW_DEPTH),
Dbrw_wm.c644 _NEW_DEPTH |
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c893 _NEW_DEPTH | \
900 _NEW_DEPTH | \
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()