Searched refs:CBasicTestFetchMin (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/ |
H A D | test_atomics.cpp | 2121 class CBasicTestFetchMin class 2129 CBasicTestFetchMin(TExplicitAtomicType dataType, bool useSVM) in CBasicTestFetchMin() function in CBasicTestFetchMin 2178 CBasicTestFetchMin<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, in test_atomic_fetch_min_generic() 2182 CBasicTestFetchMin<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_fetch_min_generic() 2186 CBasicTestFetchMin<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, in test_atomic_fetch_min_generic() 2190 CBasicTestFetchMin<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong( in test_atomic_fetch_min_generic() 2196 CBasicTestFetchMin<HOST_ATOMIC_INTPTR_T32, HOST_INTPTR_T32> in test_atomic_fetch_min_generic() 2201 CBasicTestFetchMin<HOST_ATOMIC_UINTPTR_T32, HOST_UINTPTR_T32> in test_atomic_fetch_min_generic() 2206 CBasicTestFetchMin<HOST_ATOMIC_SIZE_T32, HOST_SIZE_T32> test_size_t( in test_atomic_fetch_min_generic() 2210 CBasicTestFetchMin<HOST_ATOMIC_PTRDIFF_T32, HOST_PTRDIFF_T32> in test_atomic_fetch_min_generic() [all …]
|