Searched refs:finalValues (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 256 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 352 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 367 value = (cl_uint)finalValues[0]; //additional value from atomic variable (last written) in VerifyRefs() 536 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 550 value = (cl_uint)finalValues[0]; //additional value from atomic variable (last written) in VerifyRefs() 1224 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 1346 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 1728 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 2086 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument 2097 HostAtomicType myValue = finalValues[workOffset + i]; in VerifyRefs() [all …]
|
D | common.h | 168 …erifyRefs(bool &correct, cl_uint threadCount, HostDataType *refValues, HostAtomicType *finalValues) in VerifyRefs() argument
|