Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp976 class CBasicTestFetchXor : public CBasicTestMemOrderScope<HostAtomicType, HostDataType> class
983CBasicTestFetchXor(TExplicitAtomicType dataType, bool useSVM) : CBasicTestMemOrderScope<HostAtomic… in CBasicTestFetchXor() function in CBasicTestFetchXor
1020 CBasicTestFetchXor<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_fetch_xor_generic()
1022 CBasicTestFetchXor<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, useSVM); in test_atomic_fetch_xor_generic()
1024 CBasicTestFetchXor<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_fetch_xor_generic()
1026 CBasicTestFetchXor<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_fetch_xor_generic()
1030CBasicTestFetchXor<HOST_ATOMIC_INTPTR_T32, HOST_INTPTR_T32> test_intptr_t(TYPE_ATOMIC_INTPTR_T, us… in test_atomic_fetch_xor_generic()
1032CBasicTestFetchXor<HOST_ATOMIC_UINTPTR_T32, HOST_UINTPTR_T32> test_uintptr_t(TYPE_ATOMIC_UINTPTR_T… in test_atomic_fetch_xor_generic()
1034 CBasicTestFetchXor<HOST_ATOMIC_SIZE_T32, HOST_SIZE_T32> test_size_t(TYPE_ATOMIC_SIZE_T, useSVM); in test_atomic_fetch_xor_generic()
1036CBasicTestFetchXor<HOST_ATOMIC_PTRDIFF_T32, HOST_PTRDIFF_T32> test_ptrdiff_t(TYPE_ATOMIC_PTRDIFF_T… in test_atomic_fetch_xor_generic()
[all …]