summaryrefslogtreecommitdiff
path: root/utests/compiler_fill_large_image.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for large 3D image with TILE_Y.Yan Wang2017-06-141-0/+98
| | | | | | | It will test aligned4 and aligned16 kernel for 3D image. Signed-off-by: Yan Wang <yan.wang@linux.intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Add utest case for filling image by small region.Yan Wang2017-06-131-0/+50
| | | | | | | It is used to reproduce the bug of allocations of conformance test. Signed-off-by: Yan Wang <yan.wang@linux.intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
* Add utest to reproduce the bug of imagedim_non_pow_2 cases of conformance test.Yan Wang2017-05-251-0/+46
| | | | Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
* Add image filling case for testing large image operations.Yan Wang2017-05-181-0/+120
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>