Searched refs:enabledInstanceLayerNames (Results 1 – 2 of 2) sorted by relevance
1541 const VulkanLayerVector &enabledInstanceLayerNames, in enableInstanceExtensions() argument1569 for (const char *layerName : enabledInstanceLayerNames) in enableInstanceExtensions()1771 VulkanLayerVector enabledInstanceLayerNames; in initialize() local1777 &enabledInstanceLayerNames); in initialize()1782 enabledInstanceLayerNames.push_back(wsiLayer); in initialize()1806 ANGLE_TRY(enableInstanceExtensions(displayVk, enabledInstanceLayerNames, wsiExtension, in initialize()1829 instanceInfo.enabledLayerCount = static_cast<uint32_t>(enabledInstanceLayerNames.size()); in initialize()1830 instanceInfo.ppEnabledLayerNames = enabledInstanceLayerNames.data(); in initialize()
792 const VulkanLayerVector &enabledInstanceLayerNames,