Suppose $f(tx,ty,tz)=t^nf(x,y,z)$. Consider the chain rule:
$$ \frac{d}{dt} f(x_1(t),x_2(t),x_3(t)) = \frac{\partial f}{\partial x_1}(x_1(t),x_2(t),x_3(t))\frac{dx_1}{dt}+\frac{\partial f}{\partial x_2}(x_1(t),x_2(t),x_3(t))\frac{dx_2}{dt}+\frac{\partial f}{\partial x_3}(x_1(t),x_2(t),x_3(t))\frac{dx_3}{dt} $$
I am being really pedantic here, but the question raised involves this issue. The partial derivatives are properly understood to be evaluated at the inside function which happens to be $(x_1(t),x_2(t),x_3(t))$ in this context. Returning to the given identity, identify $x_1=tx$ and $x_2=ty$ and $x_3=tz$ where presumably $x,y,z$ are not functions of time (if they were we'd obtain a different identity). Note:
$$ \frac{dx_1}{dt} = x, \ \ \frac{dx_2}{dt} = y, \ \ , \frac{dx_3}{dt} = z $$
Consequently,
$$ \frac{d}{dt} f(x_1(t),x_2(t),x_3(t)) = x\frac{\partial f}{\partial x_1}(x_1(t),x_2(t),x_3(t))+y\frac{\partial f}{\partial x_2}(x_1(t),x_2(t),x_3(t))+z\frac{\partial f}{\partial x_3}(x_1(t),x_2(t),x_3(t)) $$
which means,
$$ \frac{d}{dt} f(tx,ty,tz) = x\frac{\partial f}{\partial x_1}(tx,ty,tz)+y\frac{\partial f}{\partial x_2}(tx,ty,tz)+z\frac{\partial f}{\partial x_3}(tx,ty,tz) $$
So, I tend to think your book takes some liberty with notation.