Searched refs:CALL_AlphaFunc (Results 1 – 3 of 3) sorted by relevance
1543 CALL_AlphaFunc(ctx->Exec, (func, ref)); in save_AlphaFunc()8053 CALL_AlphaFunc(ctx->Exec, (n[1].e, n[2].f)); in execute_list()
20930 CALL_AlphaFunc(ctx->CurrentServerDispatch, (func, ref)); in _mesa_unmarshal_AlphaFunc()20949 CALL_AlphaFunc(ctx->CurrentServerDispatch, (func, ref)); in _mesa_marshal_AlphaFunc()
5122 #define CALL_AlphaFunc(disp, parameters) \ macro