Searched refs:infoTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3843 …de::MovePtr<tcu::TestCaseGroup> infoTests (new tcu::TestCaseGroup(testCtx, "info", "Platform Infor… in createFeatureInfoTests() local 3853 infoTests->addChild(instanceInfoTests.release()); in createFeatureInfoTests() 3867 infoTests->addChild(deviceInfoTests.release()); in createFeatureInfoTests() 3875 infoTests->addChild(deviceGroupInfoTests.release()); in createFeatureInfoTests() 3878 …infoTests->addChild(createTestGroup(testCtx, "format_properties", "VkGetPhysicalDeviceFormatPrope… in createFeatureInfoTests() 3879 …infoTests->addChild(createTestGroup(testCtx, "image_format_properties", "VkGetPhysicalDeviceImageF… in createFeatureInfoTests() 3890 infoTests->addChild(extendedPropertiesTests.release()); in createFeatureInfoTests() 3893 …infoTests->addChild(createTestGroup(testCtx, "image_format_properties2", "VkGetPhysicalDeviceImag… in createFeatureInfoTests() 3894 …infoTests->addChild(createTestGroup(testCtx, "sparse_image_format_properties2", "VkGetPhysicalDevi… in createFeatureInfoTests() 3903 infoTests->addChild(androidTests.release()); in createFeatureInfoTests() [all …]
|