Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp771 const char atom_max_core[] = " oldValues[tid] = atom_max( &destMemory[0], oldValues[tid] );\n"; variable
813 …if( test_atomic_function_set( deviceID, context, queue, num_elements, atom_max_core, set, true, /*… in test_atomic_max()