Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_timer/
Dtest_device_timer.cpp133 cl_ulong hostTimerResolution = 0; in test_timer_resolution_queries() local
151 …fo(platform, CL_PLATFORM_HOST_TIMER_RESOLUTION, sizeof(hostTimerResolution), &hostTimerResolution,… in test_timer_resolution_queries()
157 log_info("CL_PLATFORM_HOST_TIMER_RESOLUTION == %lu nanoseconds\n", hostTimerResolution); in test_timer_resolution_queries()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_consistency.cpp863 cl_ulong hostTimerResolution = 0; in test_consistency_device_and_host_timer() local
865 sizeof(hostTimerResolution), &hostTimerResolution, in test_consistency_device_and_host_timer()
869 if (hostTimerResolution == 0) in test_consistency_device_and_host_timer()