Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddepth.c84 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in depth_func()
130 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_DepthMask()
163 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.c83 (state & _NEW_DEPTH) ? "ctx->Depth, " : "", in _mesa_print_state()
Denable.c492 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_set_enable()
1114 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH); in _mesa_set_enable()
Dmtypes.h4539 #define _NEW_DEPTH (1u << 4) /**< gl_context::Depth */ macro
/external/mesa3d/src/mesa/swrast/
Ds_context.h106 _NEW_DEPTH| \
112 _NEW_DEPTH)
Ds_context.c303 _NEW_DEPTH| \
318 _NEW_DEPTH | \
578 if (swrast->NewState & (_NEW_DEPTH | in _swrast_validate_derived()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c190 _NEW_DEPTH |
Dbrw_state_upload.c404 DEFINE_BIT(_NEW_DEPTH),
Dbrw_wm.c369 _NEW_DEPTH | in brw_wm_state_dirty()
DgenX_state_upload.c1265 _NEW_DEPTH |
3420 _NEW_DEPTH
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c885 _NEW_DEPTH | \
892 _NEW_DEPTH | \
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c290 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c290 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()