passing by reference in __global__ funct's arguments?

is it possible to use passing by reference instead of by pointer in global function’s arguments?

This is not supported, and the compiler will give an error message if it is attempted:

error: a global routine cannot have reference arguments