Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dtest_atomics.cpp36 CBasicTestStore(TExplicitAtomicType dataType, bool useSVM) in CBasicTestStore()
85 bool useSVM) in test_atomic_store_generic()
177 CBasicTestInit(TExplicitAtomicType dataType, bool useSVM) in CBasicTestInit()
207 bool useSVM) in test_atomic_init_generic()
305 CBasicTestLoad(TExplicitAtomicType dataType, bool useSVM) in CBasicTestLoad()
382 bool useSVM) in test_atomic_load_generic()
480 CBasicTestExchange(TExplicitAtomicType dataType, bool useSVM) in CBasicTestExchange()
573 bool useSVM) in test_atomic_exchange_generic()
676 CBasicTestCompareStrong(TExplicitAtomicType dataType, bool useSVM) in CBasicTestCompareStrong()
836 int num_elements, bool useSVM) in test_atomic_compare_exchange_strong_generic()
[all …]
H A Dcommon.h146 CBasicTest(TExplicitAtomicType dataType, bool useSVM) in CBasicTest()