Searched refs:deviceInfoTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3857 …de::MovePtr<tcu::TestCaseGroup> deviceInfoTests (new tcu::TestCaseGroup(testCtx, "device", "Device… in createFeatureInfoTests() local 3859 addFunctionCase(deviceInfoTests.get(), "features", "Device Features", deviceFeatures); in createFeatureInfoTests() 3860 addFunctionCase(deviceInfoTests.get(), "properties", "Device Properties", deviceProperties); in createFeatureInfoTests() 3861 …addFunctionCase(deviceInfoTests.get(), "queue_family_properties", "Queue family properties", devic… in createFeatureInfoTests() 3862 …addFunctionCase(deviceInfoTests.get(), "memory_properties", "Memory properties", deviceMemoryPr… in createFeatureInfoTests() 3863 addFunctionCase(deviceInfoTests.get(), "layers", "Layers", enumerateDeviceLayers); in createFeatureInfoTests() 3864 …addFunctionCase(deviceInfoTests.get(), "extensions", "Extensions", enumerateDeviceExtensions… in createFeatureInfoTests() 3865 …addFunctionCase(deviceInfoTests.get(), "no_khx_extensions", "KHX extensions", testNoKhxExtensi… in createFeatureInfoTests() 3867 infoTests->addChild(deviceInfoTests.release()); in createFeatureInfoTests()
|