Searched refs:enabledDeviceLayerNames (Results 1 – 2 of 2) sorted by relevance
838 VulkanLayerVector enabledDeviceLayerNames; in initializeDevice() local842 GetAvailableValidationLayers(deviceLayerProps, false, &enabledDeviceLayerNames); in initializeDevice()848 enabledDeviceLayerNames.push_back(wsiLayer); in initializeDevice()866 for (const char *layerName : enabledDeviceLayerNames) in initializeDevice()984 createInfo.enabledLayerCount = static_cast<uint32_t>(enabledDeviceLayerNames.size()); in initializeDevice()985 createInfo.ppEnabledLayerNames = enabledDeviceLayerNames.data(); in initializeDevice()
1711 VulkanLayerVector enabledDeviceLayerNames; in initializeDevice() local1715 GetAvailableValidationLayers(deviceLayerProps, false, &enabledDeviceLayerNames); in initializeDevice()1721 enabledDeviceLayerNames.push_back(wsiLayer); in initializeDevice()1745 for (const char *layerName : enabledDeviceLayerNames) in initializeDevice()2163 createInfo.enabledLayerCount = static_cast<uint32_t>(enabledDeviceLayerNames.size()); in initializeDevice()2164 createInfo.ppEnabledLayerNames = enabledDeviceLayerNames.data(); in initializeDevice()