Searched refs:CALL_EvalCoord1f (Results 1 – 6 of 6) sorted by relevance
991 CALL_EvalCoord1f(ctx->Save, (u)); in _save_EvalCoord1f()
543 CALL_EvalCoord1f(GET_DISPATCH(), (u)); in vbo_exec_EvalMesh1()
63 #define EVALCOORD1(x) CALL_EvalCoord1f(GET_DISPATCH(), (x))
5582 CALL_EvalCoord1f(ctx->Exec, (x)); in save_EvalCoord1f()9003 CALL_EvalCoord1f(ctx->Exec, (n[1].f)); in execute_list()
38647 CALL_EvalCoord1f(ctx->CurrentServerDispatch, (u)); in _mesa_unmarshal_EvalCoord1f()38665 CALL_EvalCoord1f(ctx->CurrentServerDispatch, (u)); in _mesa_marshal_EvalCoord1f()
5012 #define CALL_EvalCoord1f(disp, parameters) \ macro