Searched refs:SwapchainCreateFlagBitsKHR (Results 1 – 4 of 4) sorted by relevance
3381 enum class SwapchainCreateFlagBitsKHR : VkSwapchainCreateFlagsKHR enum3388 using SwapchainCreateFlagsKHR = Flags<SwapchainCreateFlagBitsKHR>;3391 template <> struct FlagTraits<SwapchainCreateFlagBitsKHR>3395 SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions3396 | SwapchainCreateFlagBitsKHR::eProtected3397 | SwapchainCreateFlagBitsKHR::eMutableFormat;
1071 …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()
1349 …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()
4763 enum class SwapchainCreateFlagBitsKHR : VkSwapchainCreateFlagsKHR enum4771 using SwapchainCreateFlagsKHR = Flags<SwapchainCreateFlagBitsKHR>;4774 template <> struct FlagTraits<SwapchainCreateFlagBitsKHR>4778 SwapchainCreateFlagBitsKHR::eSplitInstanceBindRegions4779 | SwapchainCreateFlagBitsKHR::eProtected4780 | SwapchainCreateFlagBitsKHR::eMutableFormat4781 | SwapchainCreateFlagBitsKHR::eDeferredMemoryAllocationEXT;