Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/computeinfo/
Dextended_versioning.cpp51 const cl_version_khr version_numeric) in is_same_version() argument
65 const unsigned int numeric_major = CL_VERSION_MAJOR_KHR(version_numeric); in is_same_version()
66 const unsigned int numeric_minor = CL_VERSION_MINOR_KHR(version_numeric); in is_same_version()
221 cl_version_khr version_numeric{}; in test_extended_versioning_platform_version() local
224 sizeof(version_numeric), &version_numeric, nullptr); in test_extended_versioning_platform_version()
232 version_numeric)) in test_extended_versioning_platform_version()
281 cl_version_khr version_numeric{}; in test_extended_versioning_device_versions() local
284 sizeof(version_numeric), &version_numeric, nullptr); in test_extended_versioning_device_versions()
292 version_numeric)) in test_extended_versioning_device_versions()