Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp734 std::string& atomicCall, in calculateAtomicOpData() argument
743 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()
789atomicCall = "atomicCompSwap(protectedTestResultBuffer[i], " + de::toString(selectedChange) + "… in calculateAtomicOpData()
872 std::string atomicCall; in createAtomicStorageBufferTests() local
[all …]