Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp50 case MEMORY_SCOPE_ALL_DEVICES: return "memory_scope_all_devices"; in get_memory_scope_type_name()
277 memoryScopes.push_back(MEMORY_SCOPE_ALL_DEVICES); in getSupportedMemoryOrdersAndScopes()
Dcommon.h56 MEMORY_SCOPE_ALL_DEVICES, // Alias for MEMORY_SCOPE_ALL_SVM_DEVICES enumerator
324 case MEMORY_SCOPE_ALL_DEVICES: // fallthough in CheckCapabilities()
545 if (MemoryScope() == MEMORY_SCOPE_ALL_DEVICES in MaxHostThreads()
Dtest_atomics.cpp1849 return MemoryScope() == MEMORY_SCOPE_ALL_DEVICES in SVMDataBufferAllSVMConsistent()