Searched refs:CBasicTestFetchXor2 (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 1286 class CBasicTestFetchXor2 : public CBasicTestMemOrderScope<HostAtomicType, HostDataType> class 1295 …CBasicTestFetchXor2(TExplicitAtomicType dataType, bool useSVM) : CBasicTestMemOrderScope<HostAtomi… in CBasicTestFetchXor2() function in CBasicTestFetchXor2 1364 CBasicTestFetchXor2<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_xor2_generic() 1366 CBasicTestFetchXor2<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, useSVM); in test_atomic_fetch_xor2_generic() 1368 CBasicTestFetchXor2<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_fetch_xor2_generic() 1370 CBasicTestFetchXor2<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_fetch_xor2_generic() 1374 …CBasicTestFetchXor2<HOST_ATOMIC_INTPTR_T32, HOST_INTPTR_T32> test_intptr_t(TYPE_ATOMIC_INTPTR_T, u… in test_atomic_fetch_xor2_generic() 1376 …CBasicTestFetchXor2<HOST_ATOMIC_UINTPTR_T32, HOST_UINTPTR_T32> test_uintptr_t(TYPE_ATOMIC_UINTPTR_… in test_atomic_fetch_xor2_generic() 1378 … CBasicTestFetchXor2<HOST_ATOMIC_SIZE_T32, HOST_SIZE_T32> test_size_t(TYPE_ATOMIC_SIZE_T, useSVM); in test_atomic_fetch_xor2_generic() 1380 …CBasicTestFetchXor2<HOST_ATOMIC_PTRDIFF_T32, HOST_PTRDIFF_T32> test_ptrdiff_t(TYPE_ATOMIC_PTRDIFF_… in test_atomic_fetch_xor2_generic() [all …]
|