Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp495 …de::MovePtr<tcu::TestCaseGroup> versionTests (new tcu::TestCaseGroup(testCtx, "version_check", "AP… in createVersionSanityCheckTests() local
496 versionTests->addChild(new APIVersionTestCase(testCtx)); in createVersionSanityCheckTests()
497 versionTests->addChild(new APIEntryPointsTestCase(testCtx)); in createVersionSanityCheckTests()
498 return versionTests.release(); in createVersionSanityCheckTests()