Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp4098 VULKAN_HPP_INLINE std::string to_string( PerformanceCounterUnitKHR value ) in to_string()
4102 case PerformanceCounterUnitKHR::eGeneric : return "Generic"; in to_string()
4103 case PerformanceCounterUnitKHR::ePercentage : return "Percentage"; in to_string()
4104 case PerformanceCounterUnitKHR::eNanoseconds : return "Nanoseconds"; in to_string()
4105 case PerformanceCounterUnitKHR::eBytes : return "Bytes"; in to_string()
4106 case PerformanceCounterUnitKHR::eBytesPerSecond : return "BytesPerSecond"; in to_string()
4107 case PerformanceCounterUnitKHR::eKelvin : return "Kelvin"; in to_string()
4108 case PerformanceCounterUnitKHR::eWatts : return "Watts"; in to_string()
4109 case PerformanceCounterUnitKHR::eVolts : return "Volts"; in to_string()
4110 case PerformanceCounterUnitKHR::eAmps : return "Amps"; in to_string()
[all …]
Dvulkan_to_string.hpp7017 VULKAN_HPP_INLINE std::string to_string( PerformanceCounterUnitKHR value ) in to_string()
7021 case PerformanceCounterUnitKHR::eGeneric : return "Generic"; in to_string()
7022 case PerformanceCounterUnitKHR::ePercentage : return "Percentage"; in to_string()
7023 case PerformanceCounterUnitKHR::eNanoseconds : return "Nanoseconds"; in to_string()
7024 case PerformanceCounterUnitKHR::eBytes : return "Bytes"; in to_string()
7025 case PerformanceCounterUnitKHR::eBytesPerSecond : return "BytesPerSecond"; in to_string()
7026 case PerformanceCounterUnitKHR::eKelvin : return "Kelvin"; in to_string()
7027 case PerformanceCounterUnitKHR::eWatts : return "Watts"; in to_string()
7028 case PerformanceCounterUnitKHR::eVolts : return "Volts"; in to_string()
7029 case PerformanceCounterUnitKHR::eAmps : return "Amps"; in to_string()
[all …]
Dvulkansc_enums.hpp3598 enum class PerformanceCounterUnitKHR enum
Dvulkan_enums.hpp5831 enum class PerformanceCounterUnitKHR enum