Searched refs:SystemAllocationScope (Results 1 – 4 of 4) sorted by relevance
2197 VULKAN_HPP_INLINE std::string to_string( SystemAllocationScope value ) in to_string()2201 case SystemAllocationScope::eCommand : return "Command"; in to_string()2202 case SystemAllocationScope::eObject : return "Object"; in to_string()2203 case SystemAllocationScope::eCache : return "Cache"; in to_string()2204 case SystemAllocationScope::eDevice : return "Device"; in to_string()2205 case SystemAllocationScope::eInstance : return "Instance"; in to_string()
4235 VULKAN_HPP_INLINE std::string to_string( SystemAllocationScope value ) in to_string()4239 case SystemAllocationScope::eCommand : return "Command"; in to_string()4240 case SystemAllocationScope::eObject : return "Object"; in to_string()4241 case SystemAllocationScope::eCache : return "Cache"; in to_string()4242 case SystemAllocationScope::eDevice : return "Device"; in to_string()4243 case SystemAllocationScope::eInstance : return "Instance"; in to_string()
1255 enum class SystemAllocationScope enum
2128 enum class SystemAllocationScope enum