mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

These functions set parameters x2/y2 for block copy. When offset is not 0 then x2/y2 != transfer width/height, so the new names are more correct. Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-4692