Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddepth.c83 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in depth_func()
128 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_DepthMask()
160 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_DepthBoundsEXT()
Dqueryobj.c79 ctx->NewState |= _NEW_DEPTH; /* for swrast */ in _mesa_begin_query()
90 ctx->NewState |= _NEW_DEPTH; /* for swrast */ in _mesa_end_query()
Ddebug.c82 (state & _NEW_DEPTH) ? "ctx->Depth, " : "", in _mesa_print_state()
Denable.c400 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_set_enable()
995 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_set_enable()
Dmtypes.h4305 #define _NEW_DEPTH (1u << 4) /**< gl_context::Depth */ macro
/external/mesa3d/src/mesa/swrast/
Ds_context.h105 _NEW_DEPTH| \
111 _NEW_DEPTH)
Ds_context.c308 _NEW_DEPTH| \
323 _NEW_DEPTH | \
583 if (swrast->NewState & (_NEW_DEPTH | in _swrast_validate_derived()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_misc_state.c196 _NEW_DEPTH |
Dgen8_depth_state.c368 _NEW_DEPTH |
Dbrw_state_upload.c257 DEFINE_BIT(_NEW_DEPTH),
Dbrw_wm.c426 _NEW_DEPTH | in brw_wm_state_dirty()
DgenX_state_upload.c1242 _NEW_DEPTH |
3394 _NEW_DEPTH
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c885 _NEW_DEPTH | \
892 _NEW_DEPTH | \
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c312 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c312 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()