Searched refs:NewBlend (Results 1 – 6 of 6) sorted by relevance
166 !ctx->DriverFlags.NewBlend) { in _mesa_flush_vertices_for_blend_state()171 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_flush_vertices_for_blend_state()
231 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in blend_func_separate()232 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separate()391 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in blend_func_separatei()392 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in blend_func_separatei()
411 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in _mesa_set_enable()412 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_set_enable()1129 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewBlend ? 0 : _NEW_COLOR); in _mesa_set_enable()1130 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_set_enable()
1109 ctx->DriverFlags.NewBlend | in _mesa_PopAttrib()
4532 uint64_t NewBlend; member
324 f->NewBlend = ST_NEW_BLEND; in st_init_driver_flags()