Home
last modified time | relevance | path

Searched refs:NewStencil (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dstencil.c161 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in _mesa_StencilFuncSeparateATI()
163 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilFuncSeparateATI()
200 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in stencil_func()
202 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func()
223 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in stencil_func()
225 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in stencil_func()
289 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in _mesa_StencilMask()
291 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilMask()
306 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in _mesa_StencilMask()
308 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_StencilMask()
[all …]
Denable.c899 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in _mesa_set_enable()
901 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_set_enable()
1146 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewStencil ? 0 : _NEW_STENCIL, in _mesa_set_enable()
1148 ctx->NewDriverState |= ctx->DriverFlags.NewStencil; in _mesa_set_enable()
Dmtypes.h4862 uint64_t NewStencil; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c523 f->NewStencil = ST_NEW_DSA; in st_init_driver_flags()