Searched refs:_NEW_DEPTH (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | depth.c | 55 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()
|
D | queryobj.c | 301 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_BeginQueryIndexed() 365 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_EndQueryIndexed()
|
D | debug.c | 76 (state & _NEW_DEPTH) ? "ctx->Depth, " : "", in _mesa_print_state()
|
D | enable.c | 354 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_set_enable() 968 FLUSH_VERTICES(ctx, _NEW_DEPTH); in _mesa_set_enable()
|
D | mtypes.h | 3135 #define _NEW_DEPTH (1 << 4) /**< gl_context::Depth */ macro
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 105 _NEW_DEPTH| \ 111 _NEW_DEPTH)
|
D | s_context.c | 309 _NEW_DEPTH| \ 324 _NEW_DEPTH | \ 583 if (swrast->NewState & (_NEW_DEPTH | in _swrast_validate_derived()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_depthstencil.c | 96 .mesa = _NEW_DEPTH | _NEW_STENCIL | _NEW_BUFFERS,
|
D | brw_vtbl.c | 131 intel->NewGLState |= (_NEW_DEPTH | _NEW_STENCIL); in brw_update_draw_buffer()
|
D | gen7_misc_state.c | 284 .mesa = (_NEW_BUFFERS | _NEW_DEPTH | _NEW_STENCIL),
|
D | brw_wm_state.c | 255 _NEW_DEPTH |
|
D | brw_cc.c | 232 .mesa = _NEW_STENCIL | _NEW_COLOR | _NEW_DEPTH,
|
D | brw_state_upload.c | 332 DEFINE_BIT(_NEW_DEPTH),
|
D | brw_wm.c | 644 _NEW_DEPTH |
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 156 (_NEW_DEPTH|_NEW_STENCIL|_NEW_COLOR), /* mesa */
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 893 _NEW_DEPTH | \ 900 _NEW_DEPTH | \
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL); in radeon_draw_buffer()
|