Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp208 StorageBufferTestCase (tcu::TestContext& testctx, in StorageBufferTestCase() argument
215 : TestCase (testctx, name, getSSBOTestDescription(testType)) in StorageBufferTestCase()
821 tcu::TestCaseGroup* createAtomicStorageBufferTests (tcu::TestContext& testctx) in createAtomicStorageBufferTests() argument
850 de::Random rnd (testctx.getCommandLine().getBaseSeed()); in createAtomicStorageBufferTests()
851 …de::MovePtr<tcu::TestCaseGroup> ssboAtomicTests (new tcu::TestCaseGroup(testctx, "ssbo_atomic", "S… in createAtomicStorageBufferTests()
858 …de::MovePtr<tcu::TestCaseGroup> atomicShaderGroup (new tcu::TestCaseGroup(testctx, shaderName.c_s… in createAtomicStorageBufferTests()
866 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testctx, "static", (atomicDes… in createAtomicStorageBufferTests()
878 …staticTests->addChild(new StorageBufferTestCase<tcu::UVec4>(testctx, SSBO_ATOMIC, shaderType, name… in createAtomicStorageBufferTests()
881 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testctx, "random", (atomicDes… in createAtomicStorageBufferTests()
896 …randomTests->addChild(new StorageBufferTestCase<tcu::UVec4>(testctx, SSBO_ATOMIC, shaderType, name… in createAtomicStorageBufferTests()
[all …]