Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp152 VK_KHR_SWAPCHAIN_EXTENSION_NAME, in getRequiredDeviceExtensions()
DVkCommonOperations.cpp1057 selectedDeviceExtensionNames_.emplace(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp6861 if (hasDeviceExtension(properties, VK_KHR_SWAPCHAIN_EXTENSION_NAME)) { in filteredDeviceExtensionNames()
6862 res.push_back(VK_KHR_SWAPCHAIN_EXTENSION_NAME); in filteredDeviceExtensionNames()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp53 VK_KHR_SWAPCHAIN_EXTENSION_NAME,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3819 VULKAN_HPP_CONSTEXPR_INLINE auto KHRSwapchainExtensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME;
Dvulkan.hpp6306 VULKAN_HPP_CONSTEXPR_INLINE auto KHRSwapchainExtensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7671 #define VK_KHR_SWAPCHAIN_EXTENSION_NAME "VK_KHR_swapchain" macro