Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp721 …de::MovePtr<tcu::TestCaseGroup> testShaderGroup (new tcu::TestCaseGroup(testCtx, shaderName.c_st… in createRWStorageBufferTests() local
723testShaderGroup->addChild(createSpecifiedStorageBufferTests(testCtx, "static", testType, shaderTyp… in createRWStorageBufferTests()
724testShaderGroup->addChild(createRandomizedBufferTests(testCtx, testType, shaderType, RANDOM_TEST_C… in createRWStorageBufferTests()
725 ssboRWTestGroup->addChild(testShaderGroup.release()); in createRWStorageBufferTests()