anv/gpu_memcpy: Rename the gpu_memcpy function
authorNanley Chery <nanley.g.chery@intel.com>
Thu, 11 May 2017 16:37:33 +0000 (09:37 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Mon, 26 Jun 2017 18:09:12 +0000 (11:09 -0700)
commitd6748f1fc4e5d8e5ebc3b2bf04a0c69eb9dedf2b
treef6e01b9dff0abbca3d15b8c8318a6ef5790c2701
parent1415e7a997fe525b4275c46a0e176faa38a8d297
anv/gpu_memcpy: Rename the gpu_memcpy function

A GPU memcpy function could alternatively be implemented using MI_*
commands. Provide more detail into how this one operates in case another
memcpy function is created.

v2:
- Update the commit message.
v3:
- Use 'memcpy' instead of 'cpy' (Jason Ekstrand)
- Shorten 'streamout' to 'so'

Suggested-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> (v2)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/anv_genX.h
src/intel/vulkan/genX_cmd_buffer.c
src/intel/vulkan/genX_gpu_memcpy.c