Searched refs:get_device_cl_c_version (Results 1 – 4 of 4) sorted by relevance
37 const Version clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION()195 const Version clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION_features()231 const Version device_clc_version = get_device_cl_c_version(device); in test_CL_DEVICE_OPENCL_C_VERSION_versions()
194 Version get_device_cl_c_version(cl_device_id device);
1597 Version get_device_cl_c_version(cl_device_id device) in get_device_cl_c_version() function1676 return get_device_cl_c_version(device); in get_device_latest_cl_c_version()1761 return version <= get_device_cl_c_version(device); in device_supports_cl_c_version()
246 auto device_version = get_device_cl_c_version(deviceID); in test_kernel_preprocessor_macros()