anv:Fix memory grow calculation overflow issue
What does this MR do and why?
anv:Fix memory grow calculation overflow issue
when old buffer size is large than 2G, 32bit cannot hold
2 times buffer size (>4G).
Signed-off-by: Mi, Yanfeng <yanfeng.mi@intel.com>