mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user