Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp3381 enum class SwapchainCreateFlagBitsKHR : VkSwapchainCreateFlagsKHR enum
3388 using SwapchainCreateFlagsKHR = Flags<SwapchainCreateFlagBitsKHR>;
3391 template <> struct FlagTraits<SwapchainCreateFlagBitsKHR>
3395 SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions
3396 | SwapchainCreateFlagBitsKHR::eProtected
3397 | SwapchainCreateFlagBitsKHR::eMutableFormat;
Dvulkansc_to_string.hpp1071 …if ( value & SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions ) result += "SplitInstanceBindR… in to_string()
1072 if ( value & SwapchainCreateFlagBitsKHR::eProtected ) result += "Protected | "; in to_string()
1073 if ( value & SwapchainCreateFlagBitsKHR::eMutableFormat ) result += "MutableFormat | "; in to_string()
3901 VULKAN_HPP_INLINE std::string to_string( SwapchainCreateFlagBitsKHR value ) in to_string()
3905 … case SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions : return "SplitInstanceBindRegions"; in to_string()
3906 case SwapchainCreateFlagBitsKHR::eProtected : return "Protected"; in to_string()
3907 case SwapchainCreateFlagBitsKHR::eMutableFormat : return "MutableFormat"; in to_string()
Dvulkan_to_string.hpp1349 …if ( value & SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions ) result += "SplitInstanceBindR… in to_string()
1350 if ( value & SwapchainCreateFlagBitsKHR::eProtected ) result += "Protected | "; in to_string()
1351 if ( value & SwapchainCreateFlagBitsKHR::eMutableFormat ) result += "MutableFormat | "; in to_string()
1352 …if ( value & SwapchainCreateFlagBitsKHR::eDeferredMemoryAllocationEXT ) result += "DeferredMemoryA… in to_string()
6195 VULKAN_HPP_INLINE std::string to_string( SwapchainCreateFlagBitsKHR value ) in to_string()
6199 … case SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions : return "SplitInstanceBindRegions"; in to_string()
6200 case SwapchainCreateFlagBitsKHR::eProtected : return "Protected"; in to_string()
6201 case SwapchainCreateFlagBitsKHR::eMutableFormat : return "MutableFormat"; in to_string()
6202 …case SwapchainCreateFlagBitsKHR::eDeferredMemoryAllocationEXT : return "DeferredMemoryAllocationEX… in to_string()
Dvulkan_enums.hpp4763 enum class SwapchainCreateFlagBitsKHR : VkSwapchainCreateFlagsKHR enum
4771 using SwapchainCreateFlagsKHR = Flags<SwapchainCreateFlagBitsKHR>;
4774 template <> struct FlagTraits<SwapchainCreateFlagBitsKHR>
4778 SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions
4779 | SwapchainCreateFlagBitsKHR::eProtected
4780 | SwapchainCreateFlagBitsKHR::eMutableFormat
4781 | SwapchainCreateFlagBitsKHR::eDeferredMemoryAllocationEXT;