Remove unused code in samplerlessReads (#1051)

These declarations either aren't used or aren't needed, as testBase.h
already declares them.

Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
Radek Szymanski
2020-11-20 15:06:48 +01:00
committed by GitHub
parent 956d9a05e6
commit 05d5331509
8 changed files with 15 additions and 58 deletions

View File

@@ -22,14 +22,8 @@
#include <setjmp.h>
#endif
#define MAX_ERR 0.005f
#define MAX_HALF_LINEAR_ERR 0.3f
extern bool gDebugTrace, gTestSmallImages, gEnablePitch, gTestMaxImages, gDeviceLt20;
extern bool gTestReadWrite;
#define MAX_TRIES 1
#define MAX_CLAMPED 1
extern bool gDeviceLt20;
extern bool gTestReadWrite;
const char *read1DArrayKernelSourcePattern =
"__kernel void sample_kernel( read_only image1d_array_t input, sampler_t sampler, __global int *results )\n"