Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp35 …(TExplicitAtomicType dataType, bool useSVM) : CBasicTestMemOrderScope<HostAtomicType, HostDataType… in CBasicTestStore() argument
72 …c(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements, bool useSVM) in test_atomic_store_generic() argument
75 CBasicTestStore<HOST_ATOMIC_INT, HOST_INT> test_int(TYPE_ATOMIC_INT, useSVM); in test_atomic_store_generic()
77 CBasicTestStore<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, useSVM); in test_atomic_store_generic()
79 CBasicTestStore<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_store_generic()
81 CBasicTestStore<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_store_generic()
83 CBasicTestStore<HOST_ATOMIC_FLOAT, HOST_FLOAT> test_float(TYPE_ATOMIC_FLOAT, useSVM); in test_atomic_store_generic()
85 CBasicTestStore<HOST_ATOMIC_DOUBLE, HOST_DOUBLE> test_double(TYPE_ATOMIC_DOUBLE, useSVM); in test_atomic_store_generic()
89 …asicTestStore<HOST_ATOMIC_INTPTR_T32, HOST_INTPTR_T32> test_intptr_t(TYPE_ATOMIC_INTPTR_T, useSVM); in test_atomic_store_generic()
91 …TestStore<HOST_ATOMIC_UINTPTR_T32, HOST_UINTPTR_T32> test_uintptr_t(TYPE_ATOMIC_UINTPTR_T, useSVM); in test_atomic_store_generic()
[all …]
Dcommon.h138 CBasicTest(TExplicitAtomicType dataType, bool useSVM) : CTest(), in CBasicTest() argument
140 _dataType(dataType), _useSVM(useSVM), _startValue(255), in CBasicTest()
433 …ope(TExplicitAtomicType dataType, bool useSVM = false) : CBasicTest<HostAtomicType, HostDataType>(…
571 …plicitAtomicType dataType, bool useSVM = false) : CBasicTestMemOrderScope<HostAtomicType, HostData…