Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp28 case MEMORY_ORDER_RELAXED: in get_memory_order_type_name()
217 memoryOrders.push_back(MEMORY_ORDER_RELAXED); in getSupportedMemoryOrdersAndScopes()
241 memoryOrders.push_back(MEMORY_ORDER_RELAXED); in getSupportedMemoryOrdersAndScopes()
Dhost_atomics.cpp20 if(order != MEMORY_ORDER_RELAXED) { in host_atomic_thread_fence()
Dhost_atomics.h31 MEMORY_ORDER_RELAXED, enumerator
184 host_atomic_exchange(a, c, MEMORY_ORDER_RELAXED); in host_atomic_init()
Dtest_atomics.cpp474 if((MemoryOrder() == MEMORY_ORDER_RELAXED && MemoryOrder2() != MEMORY_ORDER_RELAXED) || in ExecuteSingleTest()
1615 return MEMORY_ORDER_RELAXED; in MemoryOrderForClear()
1660 if (MemoryOrder() == MEMORY_ORDER_RELAXED || MemoryOrder() == MEMORY_ORDER_RELEASE) in ProgramCore()
1686 if (MemoryOrder() == MEMORY_ORDER_ACQUIRE || MemoryOrder() == MEMORY_ORDER_RELAXED) in ProgramCore()
2040 … host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue, MEMORY_ORDER_RELAXED); in HostFunction()
2042 …isValue = host_atomic_load<HostAtomicType, HostDataType>(&destMemory[hisId], MEMORY_ORDER_RELAXED); in HostFunction()
2055 … host_atomic_store<HostAtomicType, HostDataType>(&destMemory[myId], myValue, MEMORY_ORDER_RELAXED); in HostFunction()
2061 …icValue = host_atomic_load<HostAtomicType, HostDataType>(&destMemory[hisId], MEMORY_ORDER_RELAXED); in HostFunction()
Dcommon.h343 case MEMORY_ORDER_RELAXED: { in CheckCapabilities()