Searched refs:heightDim (Results 1 – 2 of 2) sorted by relevance
25 cl_int heightDim; member180 if( outKernelData.heightDim != (cl_int)imageInfo->height ) in test_get_image_info_single()182 … did not validate (expected %d, got %d)\n", (int)imageInfo->height, (int)outKernelData.heightDim ); in test_get_image_info_single()
29 cl_int heightDim; member311 result |= verify(height, outKernelData.heightDim, "height from get_image_dim"); in test_image_format_methods()