Searched refs:CALL_DispatchCompute (Results 1 – 2 of 2) sorted by relevance
28241 CALL_DispatchCompute(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_groups_z)); in _mesa_unmarshal_DispatchCompute()28261 CALL_DispatchCompute(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_groups_z)); in _mesa_marshal_DispatchCompute()
12140 #define CALL_DispatchCompute(disp, parameters) \ macro