Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Denable.c604 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR, in _mesa_set_enable()
606 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in _mesa_set_enable()
635 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR, in _mesa_set_enable()
637 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in _mesa_set_enable()
Dblend.c936 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewLogicOp ? 0 : _NEW_COLOR, in logic_op()
938 ctx->NewDriverState |= ctx->DriverFlags.NewLogicOp; in logic_op()
Dmtypes.h4847 uint64_t NewLogicOp; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c522 f->NewLogicOp = ST_NEW_BLEND; in st_init_driver_flags()