Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dhost_atomics.h212 CorrespondingType host_atomic_fetch_xor(volatile AtomicType *a, CorrespondingType c, in host_atomic_fetch_xor() function
Dtest_atomics.cpp1002 …oldValues[tid] = host_atomic_fetch_xor(&destMemory[0], ((HostDataType)1 << bitIndex), MemoryOrder(… in HostFunction()
1333 value = host_atomic_fetch_xor(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()
1336 value = host_atomic_fetch_xor(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()