Lines Matching defs:testCtx
6851 tcu::TestContext& testCtx,
6856 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str()));
6861 tcu::TestCaseGroup* createFeatureInfoTests (tcu::TestContext& testCtx)
6863 de::MovePtr<tcu::TestCaseGroup> infoTests (new tcu::TestCaseGroup(testCtx, "info"));
6865 infoTests->addChild(createTestGroup(testCtx, "format_properties", createFormatTests));
6866 infoTests->addChild(createTestGroup(testCtx, "image_format_properties", createImageFormatTests, imageFormatProperties));
6869 de::MovePtr<tcu::TestCaseGroup> extCoreVersionGrp (new tcu::TestCaseGroup(testCtx, "extension_core_versions"));
6877 de::MovePtr<tcu::TestCaseGroup> extendedPropertiesTests (new tcu::TestCaseGroup(testCtx, "get_physical_device_properties2"));
6880 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, "features", ""));
6886 addFunctionCaseInNewSubgroup(testCtx, extendedPropertiesTests.get(), "properties", deviceProperties2);
6887 addFunctionCaseInNewSubgroup(testCtx, extendedPropertiesTests.get(), "format_properties", deviceFormatProperties2);
6888 addFunctionCaseInNewSubgroup(testCtx, extendedPropertiesTests.get(), "queue_family_properties", deviceQueueFamilyProperties2);
6889 addFunctionCaseInNewSubgroup(testCtx, extendedPropertiesTests.get(), "memory_properties", deviceMemoryProperties2);
6896 de::MovePtr<tcu::TestCaseGroup> extendedPropertiesTests (new tcu::TestCaseGroup(testCtx, "vulkan1p2"));
6909 de::MovePtr<tcu::TestCaseGroup> extendedPropertiesTests (new tcu::TestCaseGroup(testCtx, "vulkan1p3", "Vulkan 1.3 related tests"));
6922 de::MovePtr<tcu::TestCaseGroup> limitsValidationTests (new tcu::TestCaseGroup(testCtx, "vulkan1p2_limits_validation", "Vulkan 1.2 and core extensions limits validation"));
6957 de::MovePtr<tcu::TestCaseGroup> limitsValidationTests(new tcu::TestCaseGroup(testCtx, "vulkan1p3_limits_validation", "Vulkan 1.3 and core extensions limits validation"));
6967 infoTests->addChild(createTestGroup(testCtx, "image_format_properties2", createImageFormatTests, imageFormatProperties2));
6969 infoTests->addChild(createTestGroup(testCtx, "sparse_image_format_properties2", createImageFormatTests, sparseImageFormatProperties2));
6972 de::MovePtr<tcu::TestCaseGroup> profilesValidationTests(new tcu::TestCaseGroup(testCtx, "profiles"));
6982 de::MovePtr<tcu::TestCaseGroup> androidTests (new tcu::TestCaseGroup(testCtx, "android", "Android CTS Tests"));