Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp144 std::vector<const char*> extensions = {VK_EXT_DEBUG_UTILS_EXTENSION_NAME}; in initialize()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp49 VK_EXT_DEBUG_UTILS_EXTENSION_NAME,
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp513 requestedInstanceExtensions.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in SetUpTypicalVkTestEnvironment()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp117 requestedInstanceExtensionsChars.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in Load()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp607 … bool debugUtilsSupported = extensionsSupported(instanceExts, {VK_EXT_DEBUG_UTILS_EXTENSION_NAME}); in createGlobalVkEmulation()
611 selectedInstanceExtensionNames.emplace(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp6935 res.push_back(VK_EXT_DEBUG_UTILS_EXTENSION_NAME); in filteredInstanceExtensionNames()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3919 VULKAN_HPP_CONSTEXPR_INLINE auto EXTDebugUtilsExtensionName = VK_EXT_DEBUG_UTILS_EXTENSION_NAME;
Dvulkan.hpp6754 VULKAN_HPP_CONSTEXPR_INLINE auto EXTDebugUtilsExtensionName = VK_EXT_DEBUG_UTILS_EXTENSION_NAME;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h11884 #define VK_EXT_DEBUG_UTILS_EXTENSION_NAME "VK_EXT_debug_utils" macro