Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dswapchain.cpp41 static const VkLayerProperties swapchain_layer = { variable
2291 return util_GetLayerProperties(1, &swapchain_layer, pCount, pProperties); in EnumerateInstanceLayerProperties()
2296 return util_GetLayerProperties(1, &swapchain_layer, pCount, pProperties); in EnumerateDeviceLayerProperties()
2301 if (pLayerName && !strcmp(pLayerName, swapchain_layer.layerName)) in EnumerateInstanceExtensionProperties()
2309 if (pLayerName && !strcmp(pLayerName, swapchain_layer.layerName)) in EnumerateDeviceExtensionProperties()