Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dblend.h166 !ctx->DriverFlags.NewBlend) { in _mesa_flush_vertices_for_blend_state()
171 ctx->NewDriverState |= ctx->DriverFlags.NewBlend; in _mesa_flush_vertices_for_blend_state()
Dblend.c231 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()
Denable.c411 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()
Dattrib.c1109 ctx->DriverFlags.NewBlend | in _mesa_PopAttrib()
Dmtypes.h4532 uint64_t NewBlend; member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c324 f->NewBlend = ST_NEW_BLEND; in st_init_driver_flags()