Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/profiling/
DreadImage.cpp131 cl_ulong queueStart, submitStart, readStart, readEnd; in read_image() local
307 …tEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &readStart, NULL ); in read_image()
349 if (check_times(queueStart, submitStart, readStart, readEnd, device)) in read_image()
DreadArray.cpp623 cl_ulong queueStart, submitStart, readStart, readEnd; in test_stream_read() local
732 …tEventProfilingInfo( readEvent, CL_PROFILING_COMMAND_START, sizeof( cl_ulong ), &readStart, NULL ); in test_stream_read()
760 if (check_times(queueStart, submitStart, readStart, readEnd, device)) in test_stream_read()