Searched refs:maxWidth1D (Results 1 – 1 of 1) sorted by relevance
179 size_t maxWidth, maxWidth1D; in test_read_image_set_1D_buffer() local217 …error |= clGetDeviceInfo( device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof( maxWidth ), &maxWidth1D, NU… in test_read_image_set_1D_buffer()226 maxWidth = (maxWidth > maxWidth1D) ? maxWidth1D : maxWidth; in test_read_image_set_1D_buffer()