mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 07:09:03 +00:00
Remove duplicate format functions (#738)
This moves the filter_formats and get_format_list functions to a common file. These functions were roughly the same, with an optional filtering in some tests for testing mipmaps. Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
@@ -30,6 +30,7 @@ bool gTestSmallImages;
|
||||
bool gTestMaxImages;
|
||||
int gTypesToTest;
|
||||
cl_channel_type gChannelTypeToUse = (cl_channel_type)-1;
|
||||
cl_channel_order gChannelOrderToUse = (cl_channel_order)-1;
|
||||
|
||||
extern int test_image_set( cl_device_id device, cl_context context, cl_mem_object_type image_type );
|
||||
static void printUsage( const char *execName );
|
||||
|
||||
Reference in New Issue
Block a user