Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp2197 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()
Dvulkan_to_string.hpp4235 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()
Dvulkansc_enums.hpp1255 enum class SystemAllocationScope enum
Dvulkan_enums.hpp2128 enum class SystemAllocationScope enum