Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp72 bool VkRenderFramework::InstanceLayerSupported(const char *name, uint32_t spec, uint32_t implementa… in InstanceLayerSupported() function in VkRenderFramework
94 if (InstanceLayerSupported("VK_LAYER_LUNARG_device_profile_api")) { in EnableDeviceProfileLayer()
269 …if (!VkTestFramework::m_devsim_layer && InstanceLayerSupported("VK_LAYER_LUNARG_device_profile_api… in InitFramework()
278 if (!InstanceLayerSupported(*layer)) { in InitFramework()
Dvkrenderframework.h107 …bool InstanceLayerSupported(const char *name, uint32_t specVersion = 0, uint32_t implementationVer…
Dlayer_validation_tests.cpp479 if (InstanceLayerSupported("VK_LAYER_LUNARG_device_simulation")) { in SetUp()