Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp863 const std::string atomicTypeStr = getSSBOAtomicTypeString(atomicType); in createAtomicStorageBufferTests() local
864 const std::string atomicDesc = "Storage Buffer Atomic Tests: " + atomicTypeStr; in createAtomicStorageBufferTests()
869 const std::string name = "atomic_" + atomicTypeStr + "_" + de::toString(ndx + 1); in createAtomicStorageBufferTests()
884 const std::string name = "atomic_" + atomicTypeStr + "_" + de::toString(ndx + 1); in createAtomicStorageBufferTests()
900 …de::MovePtr<tcu::TestCaseGroup> atomicTests (new tcu::TestCaseGroup(testctx, atomicTypeStr.c_str(… in createAtomicStorageBufferTests()