Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.cpp57 cl_uint AtomicTypeInfo::Size(cl_device_id device) in Size()
88 const char *AtomicTypeInfo::AtomicTypeName() in AtomicTypeName()
119 const char *AtomicTypeInfo::RegularTypeName() in RegularTypeName()
150 const char *AtomicTypeInfo::AddSubOperandTypeName() in AddSubOperandTypeName()
156 return AtomicTypeInfo(TYPE_ATOMIC_PTRDIFF_T).RegularTypeName(); in AddSubOperandTypeName()
162 int AtomicTypeInfo::IsSupported(cl_device_id device) in IsSupported()
Dtest_atomics.cpp87 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_store_generic()
166 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_init_generic()
287 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_load_generic()
415 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_exchange_generic()
596 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_compare_exchange_strong_generic()
680 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_compare_exchange_weak_generic()
763 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_fetch_add_generic()
840 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_fetch_sub_generic()
940 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_fetch_or_generic()
1028 if(AtomicTypeInfo(TYPE_ATOMIC_SIZE_T).Size(deviceID) == 4) in test_atomic_fetch_xor_generic()
[all …]
Dcommon.h79 class AtomicTypeInfo
83 AtomicTypeInfo(TExplicitAtomicType type): _type(type) {} in AtomicTypeInfo() function
92 class AtomicTypeExtendedInfo : public AtomicTypeInfo
95 AtomicTypeExtendedInfo(TExplicitAtomicType type) : AtomicTypeInfo(type) {} in AtomicTypeExtendedInfo()