Home
last modified time | relevance | path

Searched refs:get_device_cl_c_version (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_opencl_c_versions.cpp37 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()
/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.h194 Version get_device_cl_c_version(cl_device_id device);
DkernelHelpers.cpp1597 Version get_device_cl_c_version(cl_device_id device) in get_device_cl_c_version() function
1676 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()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_preprocessors.cpp246 auto device_version = get_device_cl_c_version(deviceID); in test_kernel_preprocessor_macros()