Searched refs:atomicCall (Results 1 – 1 of 1) sorted by relevance
734 std::string& atomicCall, in calculateAtomicOpData() argument743 atomicCall = "atomicAdd(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()749 atomicCall = "atomicMin(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()755 atomicCall = "atomicMax(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()761 atomicCall = "atomicAnd(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()767 atomicCall = "atomicOr(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()773 atomicCall = "atomicXor(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()779 atomicCall = "atomicExchange(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);"; in calculateAtomicOpData()789 …atomicCall = "atomicCompSwap(protectedTestResultBuffer[i], " + de::toString(selectedChange) + "… in calculateAtomicOpData()872 std::string atomicCall; in createAtomicStorageBufferTests() local[all …]