Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp65 cl_int (*ExpectedValueIntFn)( size_t size, cl_int *startRefValues, size_t whichDestValue ); member
292 if( testFns.ExpectedValueIntFn != NULL ) in test_atomic_function()
302 intVal = testFns.ExpectedValueIntFn( threadSize, (cl_int *)startRefValues, i ); in test_atomic_function()
378 else if( testFns.ExpectedValueIntFn == NULL ) in test_atomic_function()