Searched refs:max_image2d_width (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_imagedim.cpp | 83 size_t max_image2d_width, max_image2d_height; in test_imagedim_pow2() local 102 …etDeviceInfo(device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof(max_image2d_width), &max_image2d_width, N… in test_imagedim_pow2() 108 …err = clGetDeviceInfo(device, CL_DEVICE_IMAGE2D_MAX_HEIGHT, sizeof(max_image2d_width), &max_image2… in test_imagedim_pow2() 115 max_image2d_width, max_image2d_height, max_mem_size/(1024.0*1024.0)); in test_imagedim_pow2() 124 max_img_width = max_image2d_width; in test_imagedim_pow2() 290 size_t max_image2d_width, max_image2d_height; in test_imagedim_non_pow2() local 317 …etDeviceInfo(device, CL_DEVICE_IMAGE2D_MAX_WIDTH, sizeof(max_image2d_width), &max_image2d_width, N… in test_imagedim_non_pow2() 323 …err = clGetDeviceInfo(device, CL_DEVICE_IMAGE2D_MAX_HEIGHT, sizeof(max_image2d_width), &max_image2… in test_imagedim_non_pow2() 330 max_image2d_width, max_image2d_height, max_mem_size/(1024.0*1024.0)); in test_imagedim_non_pow2() 335 max_img_width = (int)max_image2d_width; in test_imagedim_non_pow2()
|