Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2350 using SubpassDescriptionFlags = Flags<SubpassDescriptionFlagBits>; typedef
2356 static VULKAN_HPP_CONST_OR_CONSTEXPR SubpassDescriptionFlags allFlags = {};
Dvulkan_enums.hpp3619 using SubpassDescriptionFlags = Flags<SubpassDescriptionFlagBits>; typedef
3625 static VULKAN_HPP_CONST_OR_CONSTEXPR SubpassDescriptionFlags allFlags =
Dvulkansc_to_string.hpp587 VULKAN_HPP_INLINE std::string to_string( SubpassDescriptionFlags ) in to_string() argument
Dvulkan_to_string.hpp788 VULKAN_HPP_INLINE std::string to_string( SubpassDescriptionFlags value ) in to_string()