Files
OpenCL-CTS/test_conformance/extensions
Xin Jin afb6f6519c Tighten AHB buffer row pitch in test_cl_khr_external_memory_ahb test (#2594)
What was wrong:
enqueue_copy_buffer_to_image (and the related write/fill tests) mis-set
imageInfo.rowPitch to width*height*pixelSize. Because get_image_size
multiplies row pitch by height, this wrongly calculates the intended
buffer size.

How it’s fixed: set rowPitch to the true per-line pitch
(width*pixelSize) for all buffer-backed image cases so the calculated
sizes match the actual data layout and stay within the expected memory
footprint.

Signed-off-by: Xin Jin <xin.jin@arm.com>
2025-12-09 23:36:57 +05:30
..