Searched refs:_NEW_HINT (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | hint.c | 58 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 66 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 74 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 82 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 90 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 100 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 110 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 120 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 130 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
|
D | debug.c | 79 (state & _NEW_HINT) ? "ctx->Hint, " : "", in _mesa_print_state()
|
D | mtypes.h | 3138 #define _NEW_HINT (1 << 7) /**< gl_context::Hint */ macro
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 301 _NEW_HINT | \ 561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM)) in _swrast_validate_derived() 686 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_vertex_fog() 696 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_pixel_fog()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.c | 216 .mesa = (_NEW_HINT | _NEW_LIGHT | _NEW_POLYGON | _NEW_POINT |
|
D | brw_state_upload.c | 335 DEFINE_BIT(_NEW_HINT),
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 132 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) { in _tnl_InvalidateState()
|