Searched refs:extendedPropertiesTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3882 …de::MovePtr<tcu::TestCaseGroup> extendedPropertiesTests (new tcu::TestCaseGroup(testCtx, "get_phys… in createFeatureInfoTests() local 3884 …addFunctionCase(extendedPropertiesTests.get(), "features", "Extended Device Features", dev… in createFeatureInfoTests() 3885 …addFunctionCase(extendedPropertiesTests.get(), "properties", "Extended Device Properties", d… in createFeatureInfoTests() 3886 …addFunctionCase(extendedPropertiesTests.get(), "format_properties", "Extended Device Format Prop… in createFeatureInfoTests() 3887 …addFunctionCase(extendedPropertiesTests.get(), "queue_family_properties", "Extended Device Queue F… in createFeatureInfoTests() 3888 …addFunctionCase(extendedPropertiesTests.get(), "memory_properties", "Extended Device Memory Prop… in createFeatureInfoTests() 3890 infoTests->addChild(extendedPropertiesTests.release()); in createFeatureInfoTests()
|