mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove duplicated random_in_ranges function (#763)
This function is duplicated across clCopyImages files, so just keep one definition in common file, and get rid of the duplicated ones. Signed-off-by: Radek Szymanski <radek.szymanski@arm.com>
This commit is contained in:
@@ -48,5 +48,6 @@ int filter_formats(cl_image_format *formatList, bool *filterFlags,
|
||||
int get_format_list(cl_context context, cl_mem_object_type imageType,
|
||||
cl_image_format *&outFormatList,
|
||||
unsigned int &outFormatCount, cl_mem_flags flags);
|
||||
size_t random_in_ranges(size_t minimum, size_t rangeA, size_t rangeB, MTdata d);
|
||||
|
||||
#endif // IMAGES_COMMON_H
|
||||
|
||||
Reference in New Issue
Block a user