Lines Matching refs:clGetDeviceInfo
491 clGetDeviceInfo(device, CL_DEVICE_ADDRESS_BITS, sizeof(cl_uint), in get_device_address_bits()
626 error = clGetDeviceInfo(device, CL_DEVICE_PLATFORM, in create_single_kernel_helper_create_program_offline()
867 error = clGetDeviceInfo(devices[z], CL_DEVICE_NAME, sizeof(deviceName), in build_program_create_kernel_helper()
1008 error = clGetDeviceInfo(devices[i], CL_DEVICE_MAX_WORK_GROUP_SIZE, in get_max_allowed_work_group_size()
1021 error = clGetDeviceInfo(devices[i], CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS, in get_max_allowed_work_group_size()
1027 error = clGetDeviceInfo(devices[i], CL_DEVICE_MAX_WORK_ITEM_SIZES, in get_max_allowed_work_group_size()
1068 error = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS, in get_max_allowed_1d_work_group_size_on_device()
1079 error = clGetDeviceInfo(device, CL_DEVICE_MAX_WORK_ITEM_SIZES, in get_max_allowed_1d_work_group_size_on_device()
1356 clGetDeviceInfo(device, CL_DEVICE_IMAGE_SUPPORT, sizeof(i), &i, NULL); in checkForImageSupport()
1374 clGetDeviceInfo(device, CL_DEVICE_IMAGE_SUPPORT, sizeof(i), &i, NULL); in checkFor3DImageSupport()
1382 error = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profile), profile, in checkFor3DImageSupport()
1390 error = clGetDeviceInfo(device, CL_DEVICE_IMAGE3D_MAX_WIDTH, in checkFor3DImageSupport()
1393 error = clGetDeviceInfo(device, CL_DEVICE_IMAGE3D_MAX_HEIGHT, in checkFor3DImageSupport()
1396 error = clGetDeviceInfo(device, CL_DEVICE_IMAGE3D_MAX_DEPTH, in checkFor3DImageSupport()
1421 clGetDeviceInfo(device, CL_DEVICE_MAX_READ_WRITE_IMAGE_ARGS, in checkForReadWriteImageSupport()
1475 error = clGetDeviceInfo(devices[i], CL_DEVICE_MEM_BASE_ADDR_ALIGN, in get_min_alignment()
1498 int error = clGetDeviceInfo(device, CL_DEVICE_SINGLE_FP_CONFIG, in get_default_rounding_mode()
1513 if ((error = clGetDeviceInfo(device, CL_DEVICE_PROFILE, sizeof(profileStr), in get_default_rounding_mode()
1530 cl_int error = clGetDeviceInfo(device, CL_DEVICE_QUEUE_ON_HOST_PROPERTIES, in checkDeviceForQueueSupport()
1543 error = clGetDeviceInfo(device, CL_DEVICE_NAME, sizeof(deviceName), in printDeviceHeader()
1547 error = clGetDeviceInfo(device, CL_DEVICE_VENDOR, sizeof(deviceVendor), in printDeviceHeader()
1551 error = clGetDeviceInfo(device, CL_DEVICE_VERSION, sizeof(deviceVersion), in printDeviceHeader()
1555 error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, in printDeviceHeader()
1594 auto error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, 0, nullptr, in get_device_cl_c_version()
1602 clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_VERSION, in get_device_cl_c_version()
1627 clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_ALL_VERSIONS, 0, nullptr, in get_device_latest_cl_c_version()
1634 error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_ALL_VERSIONS, in get_device_latest_cl_c_version()
1712 clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_ALL_VERSIONS, 0, nullptr, in device_supports_cl_c_version()
1719 error = clGetDeviceInfo(device, CL_DEVICE_OPENCL_C_ALL_VERSIONS, in device_supports_cl_c_version()
1769 cl_int err = clGetDeviceInfo(device, CL_DEVICE_DOUBLE_FP_CONFIG, in device_supports_double()