Home
last modified time | relevance | path

Searched refs:NewBlend (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dblend.h177 if (!ctx->DriverFlags.NewBlend) { in _mesa_flush_vertices_for_blend_state()
181 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_flush_vertices_for_blend_state()
195 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_flush_vertices_for_blend_adv()
Dblend.c242 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in blend_func_separate()
244 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separate()
409 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in blend_func_separatei()
411 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separatei()
Denable.c532 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in _mesa_set_enable()
534 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_set_enable()
1332 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR, in _mesa_set_enable()
1334 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_set_enable()
Dmtypes.h4835 uint64_t NewBlend; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c518 f->NewBlend = ST_NEW_BLEND; in st_init_driver_flags()