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

@@ -16,14 +16,9 @@
#include "../testBase.h"
#include "../common.h"
extern int gTypesToTest;
extern cl_channel_type gChannelTypeToUse;
extern cl_channel_order gChannelOrderToUse;
extern bool gDebugTrace;
extern bool gDeviceLt20;
extern bool gTestReadWrite;
extern int gTypesToTest;
extern bool gDeviceLt20;
extern bool gTestReadWrite;
extern int test_read_image_set_1D( cl_device_id device, cl_context context, cl_command_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType );
extern int test_read_image_set_1D_buffer( cl_device_id device, cl_context context, cl_command_queue queue, cl_image_format *format, image_sampler_data *imageSampler, ExplicitType outputType );