Home
last modified time | relevance | path

Searched refs:ImageViewCreateFlags (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1625 using ImageViewCreateFlags = Flags<ImageViewCreateFlagBits>; typedef
1631 static VULKAN_HPP_CONST_OR_CONSTEXPR ImageViewCreateFlags allFlags = {};
Dvulkan_enums.hpp2648 using ImageViewCreateFlags = Flags<ImageViewCreateFlagBits>; typedef
2654 static VULKAN_HPP_CONST_OR_CONSTEXPR ImageViewCreateFlags allFlags =
Dvulkansc_to_string.hpp348 VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlags ) in to_string() argument
Dvulkan_to_string.hpp447 VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlags value ) in to_string()