Searched refs:CBasicTestCompareStrong (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 451 class CBasicTestCompareStrong : public CBasicTestMemOrder2Scope<HostAtomicType, HostDataType> class 464 …CBasicTestCompareStrong(TExplicitAtomicType dataType, bool useSVM) : CBasicTestMemOrder2Scope<Host… in CBasicTestCompareStrong() function in CBasicTestCompareStrong 588 CBasicTestCompareStrong<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_compare_exchange_strong_generic() 590 CBasicTestCompareStrong<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, useSVM); in test_atomic_compare_exchange_strong_generic() 592 CBasicTestCompareStrong<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_compare_exchange_strong_generic() 594 CBasicTestCompareStrong<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_compare_exchange_strong_generic() 598 …CBasicTestCompareStrong<HOST_ATOMIC_INTPTR_T32, HOST_INTPTR_T32> test_intptr_t(TYPE_ATOMIC_INTPTR_… in test_atomic_compare_exchange_strong_generic() 600 …CBasicTestCompareStrong<HOST_ATOMIC_UINTPTR_T32, HOST_UINTPTR_T32> test_uintptr_t(TYPE_ATOMIC_UINT… in test_atomic_compare_exchange_strong_generic() 602 …CBasicTestCompareStrong<HOST_ATOMIC_SIZE_T32, HOST_SIZE_T32> test_size_t(TYPE_ATOMIC_SIZE_T, useSV… in test_atomic_compare_exchange_strong_generic() 604 …CBasicTestCompareStrong<HOST_ATOMIC_PTRDIFF_T32, HOST_PTRDIFF_T32> test_ptrdiff_t(TYPE_ATOMIC_PTRD… in test_atomic_compare_exchange_strong_generic() [all …]
|