Remove unused code in clCopyImage (#1027)

* Remove unused code in clCopyImage

Some of the declarations that are still used now moved to testBase.h
as these are reused throughout the image tests.

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>

* Add missing file

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
Radek Szymanski
2020-11-03 16:08:32 +01:00
committed by GitHub
parent 4e2d4c3a66
commit c55ab4f503
12 changed files with 7 additions and 203 deletions

View File

@@ -22,6 +22,12 @@
#include "harness/clImageHelper.h"
#include "harness/imageHelpers.h"
extern bool gDebugTrace;
extern bool gTestSmallImages;
extern bool gEnablePitch;
extern bool gTestMaxImages;
extern bool gTestMipmaps;
// Amount to offset pixels for checking normalized reads
#define NORM_OFFSET 0.1f