Searched refs:apiTests (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiTests.cpp | 75 void createApiTests (tcu::TestCaseGroup* apiTests) in createApiTests() argument 77 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() 79 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests() 80 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests() 82 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests() 84 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests() 86 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests() 88 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests() 89 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests() 90 apiTests in createApiTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiTests.cpp | 77 void createApiTests (tcu::TestCaseGroup* apiTests) in createApiTests() argument 79 tcu::TestContext& testCtx = apiTests->getTestContext(); in createApiTests() 81 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests() 82 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests() 84 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests() 86 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests() 88 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests() 90 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests() 91 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests() 92 apiTests in createApiTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiTests.cpp | 73 void createWsiTests (tcu::TestCaseGroup* apiTests) in createWsiTests() argument 79 addTestGroup(apiTests, getName(wsiType), createTypeSpecificTests, wsiType); in createWsiTests() 83 addTestGroup(apiTests, "display", createDisplayCoverageTests); in createWsiTests() 85 addTestGroup(apiTests, "display_control", createDisplayControlTests); in createWsiTests() 87 addTestGroup(apiTests, "acquire_drm_display", createAcquireDrmDisplayTests); in createWsiTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiTests.cpp | 61 void createWsiTests (tcu::TestCaseGroup* apiTests) in createWsiTests() argument 67 addTestGroup(apiTests, getName(wsiType), "", createTypeSpecificTests, wsiType); in createWsiTests() 70 addTestGroup(apiTests, "display", "Display coverage tests", createDisplayCoverageTests); in createWsiTests() 71 addTestGroup(apiTests, "display_control", "Display Control Tests", createDisplayControlTests); in createWsiTests() 72 addTestGroup(apiTests, "acquire_drm_display", "Acquire Drm display tests", createAcquireDrmDisplayTests); in createWsiTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectApiTests.cpp | 335 } apiTests[] = in createShaderObjectApiTests() local 343 for (const auto& test : apiTests) in createShaderObjectApiTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 513 ApiCaseParams apiTests[] = member 1670 for(const auto& apiCase : apiTests) in init()
|
Completed in 4 milliseconds