Home
last modified time | relevance | path

Searched refs:SystemAllocationScope (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp5073 VULKAN_HPP_INLINE std::string to_string( SystemAllocationScope value ) in to_string()
5077 case SystemAllocationScope::eCommand: return "Command"; in to_string()
5078 case SystemAllocationScope::eObject: return "Object"; in to_string()
5079 case SystemAllocationScope::eCache: return "Cache"; in to_string()
5080 case SystemAllocationScope::eDevice: return "Device"; in to_string()
5081 case SystemAllocationScope::eInstance: return "Instance"; in to_string()
H A Dvulkan_enums.hpp2078 enum class SystemAllocationScope class in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InstanceCreateFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2906 enum class SystemAllocationScope class in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format::FormatFeatureFlagBits::ImageCreateFlagBits::ImageTiling::ImageType::ImageUsageFlagBits::InternalAllocationType::MemoryHeapFlagBits::MemoryPropertyFlagBits::PhysicalDeviceType::QueueFlagBits::SampleCountFlagBits
2915 VULKAN_HPP_INLINE std::string to_string( SystemAllocationScope value ) in to_string()
2919 case SystemAllocationScope::eCommand: return "Command"; in to_string()
2920 case SystemAllocationScope::eObject: return "Object"; in to_string()
2921 case SystemAllocationScope::eCache: return "Cache"; in to_string()
2922 case SystemAllocationScope::eDevice: return "Device"; in to_string()
2923 case SystemAllocationScope::eInstance: return "Instance"; in to_string()

Completed in 206 milliseconds