Searched refs:_NEW_EVAL (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | enable.c | 319 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 504 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 512 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 520 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 528 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 536 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 544 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 552 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 560 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() 568 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_set_enable() [all …]
|
D | eval.c | 357 FLUSH_VERTICES(ctx, _NEW_EVAL); in map1() 452 FLUSH_VERTICES(ctx, _NEW_EVAL); in map2() 772 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_MapGrid1f() 802 FLUSH_VERTICES(ctx, _NEW_EVAL); in _mesa_MapGrid2f()
|
D | debug.c | 83 (state & _NEW_EVAL) ? "ctx->Eval/EvalMap, " : "", in _mesa_print_state()
|
D | attrib.c | 1126 ctx->NewState |= _NEW_EVAL; in _mesa_PopAttrib()
|
D | mtypes.h | 4306 #define _NEW_EVAL (1u << 5) /**< gl_context::Eval, EvalMap */ macro
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_context.h | 108 if (ctx->NewState & _NEW_EVAL) in vbo_exec_invalidate_state()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 258 DEFINE_BIT(_NEW_EVAL),
|