Searched refs:MemoryOverallocationBehaviorAMD (Results 1 – 3 of 3) sorted by relevance
7047 VULKAN_HPP_INLINE std::string to_string( MemoryOverallocationBehaviorAMD value ) in to_string()7051 case MemoryOverallocationBehaviorAMD::eDefault : return "Default"; in to_string()7052 case MemoryOverallocationBehaviorAMD::eAllowed : return "Allowed"; in to_string()7053 case MemoryOverallocationBehaviorAMD::eDisallowed : return "Disallowed"; in to_string()
5784 enum class MemoryOverallocationBehaviorAMD enum
25345 …ULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior_ = VULKAN_HPP_NAMESPAC… in DeviceMemoryOverallocationCreateInfoAMD()25372 …teInfoAMD & setOverallocationBehavior( VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overa… in setOverallocationBehavior()25394 …ureType const &, const void * const &, VULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD const…25426 …ULKAN_HPP_NAMESPACE::MemoryOverallocationBehaviorAMD overallocationBehavior = VULKAN_HPP_NAMESPACE…