Home
last modified time | relevance | path

Searched refs:InstanceExtensionSupported (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1427 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
1634 if (InstanceExtensionSupported(VK_EXT_DEBUG_UTILS_EXTENSION_NAME)) { in TEST_F()
5349 if (InstanceExtensionSupported(VK_KHR_EXTERNAL_SEMAPHORE_CAPABILITIES_EXTENSION_NAME)) { in TEST_F()
5476 if (InstanceExtensionSupported(VK_KHR_EXTERNAL_FENCE_CAPABILITIES_EXTENSION_NAME)) { in TEST_F()
5722 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
5745 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
5806 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
5838 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
5883 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
6074 if (InstanceExtensionSupported(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME)) { in TEST_F()
[all …]
Dvkrenderframework.h109 bool InstanceExtensionSupported(const char *name, uint32_t specVersion = 0);
Dvkrenderframework.cpp110 bool VkRenderFramework::InstanceExtensionSupported(const char *ext_name, uint32_t spec) { in InstanceExtensionSupported() function in VkRenderFramework
288 if (!InstanceExtensionSupported(*ext)) { in InitFramework()