summaryrefslogtreecommitdiff
path: root/utests/compiler_copy_large_image.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add utest to test writing data into large image (TILE_Y) by map/unmap mode.Yan Wang2017-06-131-0/+198
| | | | | | | It is used to reproduce the bug of clCopyImage/clFillImage of conformance test. Signed-off-by: Yan Wang <yan.wang@linux.intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Add image copying case for testing large image operations.Yan Wang2017-05-181-0/+121
It is for testing large image with TILE_Y mode. Signed-off-by: Yan Wang <yan.wang@linux.intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>