Searched refs:MemoryOverallocationBehaviorAMD (Results 1 – 6 of 6) sorted by relevance
7877 VULKAN_HPP_INLINE std::string to_string( MemoryOverallocationBehaviorAMD value ) in to_string()7881 case MemoryOverallocationBehaviorAMD::eDefault: return "Default"; in to_string()7882 case MemoryOverallocationBehaviorAMD::eAllowed: return "Allowed"; in to_string()7883 case MemoryOverallocationBehaviorAMD::eDisallowed: return "Disallowed"; in to_string()
597 using VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD;
5868 enum class MemoryOverallocationBehaviorAMD enum
29989 …ULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior_ = VULKAN_HPP_NAMESPAC… in DeviceMemoryOverallocationCreateInfoAMD()30020 …setOverallocationBehavior( VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBeh… in setOverallocationBehavior()30041 …ureType const &, const void * const &, VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD const…30070 …ULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior = VULKAN_HPP_NAMESPACE…
7065 enum class MemoryOverallocationBehaviorAMD enum7072 VULKAN_HPP_INLINE std::string to_string( MemoryOverallocationBehaviorAMD value ) in to_string()7076 case MemoryOverallocationBehaviorAMD::eDefault: return "Default"; in to_string()7077 case MemoryOverallocationBehaviorAMD::eAllowed: return "Allowed"; in to_string()7078 case MemoryOverallocationBehaviorAMD::eDisallowed: return "Disallowed"; in to_string()
21127 VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior_ = in DeviceMemoryOverallocationCreateInfoAMD()21128 VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD::eDefault ) VULKAN_HPP_NOEXCEPT in DeviceMemoryOverallocationCreateInfoAMD()21159 …VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior_ ) VULKAN_HPP_NOEXCEPT in setOverallocationBehavior()21194 VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior =21195 VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD::eDefault;