Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dhost_atomics.h236 CorrespondingType host_atomic_fetch_max(volatile AtomicType *a, CorrespondingType c, in host_atomic_fetch_max() function
Dtest_atomics.cpp1519 oldValues[tid] = host_atomic_fetch_max(&destMemory[0], oldValues[tid], MemoryOrder()); in HostFunction()