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

Buffer's default bytesPerPixel value always equals 1 and as IMAGE1D_BUFFER is originally an image, X coordinate needs to be multiplied by bytesPerPixel (implied by image format) in both copySize and (src/dst)Size. Signed-off-by: Rafal Maziejuk rafal.maziejuk@intel.com Related-To: NEO-6134