Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp119 TestFns testFns, in test_atomic_function() argument
217 if( testFns.GenerateRefsIntFn != NULL ) in test_atomic_function()
223 testFns.GenerateRefsIntFn( threadSize, (cl_int *)startRefValues, d ); in test_atomic_function()
225 testFns.GenerateRefsLongFn( threadSize, (cl_long *)startRefValues, d ); in test_atomic_function()
234 …size_t numDestItems = ( testFns.NumResultsFn != NULL ) ? testFns.NumResultsFn( threadSize, dataTyp… in test_atomic_function()
242 …void * startValue = ( typeSize == 4 ) ? (void *)&testFns.mIntStartValue : (void *)&testFns.mLongSt… in test_atomic_function()
292 if( testFns.ExpectedValueIntFn != NULL ) in test_atomic_function()
302 intVal = testFns.ExpectedValueIntFn( threadSize, (cl_int *)startRefValues, i ); in test_atomic_function()
308 longVal = testFns.ExpectedValueLongFn( threadSize, (cl_long *)startRefValues, i ); in test_atomic_function()
347 if( testFns.VerifyRefsIntFn != NULL ) in test_atomic_function()
[all …]