Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp864 const std::string atomicDesc = "Storage Buffer Atomic Tests: " + atomicTypeStr; in createAtomicStorageBufferTests() local
866 …estCaseGroup> staticTests (new tcu::TestCaseGroup(testctx, "static", (atomicDesc + " with static … in createAtomicStorageBufferTests()
881 …estCaseGroup> randomTests (new tcu::TestCaseGroup(testctx, "random", (atomicDesc + " with random … in createAtomicStorageBufferTests()
900 …seGroup> atomicTests (new tcu::TestCaseGroup(testctx, atomicTypeStr.c_str(), atomicDesc.c_str())); in createAtomicStorageBufferTests()