Searched refs:VK_EXT_DEBUG_UTILS_EXTENSION_NAME (Results 1 – 9 of 9) sorted by relevance
144 std::vector<const char*> extensions = {VK_EXT_DEBUG_UTILS_EXTENSION_NAME}; in initialize()
49 VK_EXT_DEBUG_UTILS_EXTENSION_NAME,
513 requestedInstanceExtensions.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in SetUpTypicalVkTestEnvironment()
117 requestedInstanceExtensionsChars.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in Load()
607 … bool debugUtilsSupported = extensionsSupported(instanceExts, {VK_EXT_DEBUG_UTILS_EXTENSION_NAME}); in createGlobalVkEmulation()611 selectedInstanceExtensionNames.emplace(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in createGlobalVkEmulation()
6935 res.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in filteredInstanceExtensionNames()
3919 VULKAN_HPP_CONSTEXPR_INLINE auto EXTDebugUtilsExtensionName = VK_EXT_DEBUG_UTILS_EXTENSION_NAME;
6754 VULKAN_HPP_CONSTEXPR_INLINE auto EXTDebugUtilsExtensionName = VK_EXT_DEBUG_UTILS_EXTENSION_NAME;
11884 #define VK_EXT_DEBUG_UTILS_EXTENSION_NAME "VK_EXT_debug_utils" macro