Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp318 cl_int *startRefs = (cl_int *)startRefValues; in test_atomic_function() local
322 if( startRefs != NULL ) in test_atomic_function()
323 log_info( " --- %ld - %d --- %d\n", i, startRefs[i], refs[i] ); in test_atomic_function()
332 cl_long *startRefs = (cl_long *)startRefValues; in test_atomic_function() local
336 if( startRefs != NULL ) in test_atomic_function()
337 log_info( " --- %ld - %lld --- %lld\n", i, startRefs[i], refs[i] ); in test_atomic_function()