Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp1206 size_t valueInd = tid/bits; in HostFunction() local
1211 value = host_atomic_fetch_or(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()
1214 value = host_atomic_fetch_and(destMemory+valueInd, ~bitMask, MemoryOrder()); in HostFunction()
1328 size_t valueInd = tid/bits; in HostFunction() local
1333 value = host_atomic_fetch_xor(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()
1336 value = host_atomic_fetch_xor(destMemory+valueInd, bitMask, MemoryOrder()); in HostFunction()