Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp48 case MEMORY_SCOPE_WORK_GROUP: return "memory_scope_work_group"; in get_memory_scope_type_name()
223 memoryScopes.push_back(MEMORY_SCOPE_WORK_GROUP); in getSupportedMemoryOrdersAndScopes()
262 memoryScopes.push_back(MEMORY_SCOPE_WORK_GROUP); in getSupportedMemoryOrdersAndScopes()
Dcommon.h54 MEMORY_SCOPE_WORK_GROUP, enumerator
310 case MEMORY_SCOPE_WORK_GROUP: { in CheckCapabilities()
477 MemoryScope() != MEMORY_SCOPE_WORK_GROUP) //memory scope should only be used for global memory in ExecuteSingleTest()
537 if(MemoryScope() == MEMORY_SCOPE_WORK_GROUP) in CurrentGroupNum()