Searched refs:_NEW_HINT (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | hint.c | 57 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 65 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 73 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 81 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 89 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 99 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 109 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint() 119 FLUSH_VERTICES(ctx, _NEW_HINT); in _mesa_Hint()
|
D | debug.c | 85 (state & _NEW_HINT) ? "ctx->Hint, " : "", in _mesa_print_state()
|
D | mtypes.h | 4542 #define _NEW_HINT (1u << 7) /**< gl_context::Hint */ macro
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf.c | 80 _NEW_HINT | in brw_upload_sf_prog()
|
D | brw_state_upload.c | 406 DEFINE_BIT(_NEW_HINT),
|
D | brw_wm.c | 371 _NEW_HINT | in brw_wm_state_dirty()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 295 _NEW_HINT | \ 556 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM)) in _swrast_validate_derived() 681 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_vertex_fog() 691 SWRAST_CONTEXT(ctx)->InvalidateState( ctx, _NEW_HINT ); in _swrast_allow_pixel_fog()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 139 if (new_state & (_NEW_HINT | _NEW_PROGRAM)) { in _tnl_InvalidateState()
|