Searched refs:NewStencil (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | stencil.c | 161 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 …]
|
D | enable.c | 899 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()
|
D | mtypes.h | 4862 uint64_t NewStencil; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 523 f->NewStencil = ST_NEW_DSA; in st_init_driver_flags()
|