Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp74 bool VkRenderFramework::InstanceLayerSupported(const char *name, uint32_t spec, uint32_t implementa… in InstanceLayerSupported() function in VkRenderFramework
96 if (InstanceLayerSupported("VK_LAYER_LUNARG_device_profile_api")) { in EnableDeviceProfileLayer()
274 …if (!VkTestFramework::m_devsim_layer && InstanceLayerSupported("VK_LAYER_LUNARG_device_profile_api… in InitFramework()
283 if (!InstanceLayerSupported(*layer)) { in InitFramework()
Dvkrenderframework.h112 …bool InstanceLayerSupported(const char *name, uint32_t specVersion = 0, uint32_t implementationVer…
Dlayer_validation_tests.cpp1016 if (InstanceLayerSupported("VK_LAYER_LUNARG_device_simulation")) { in VkLayerTest()