Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp4082 VULKAN_HPP_INLINE std::string to_string( PerformanceCounterStorageKHR value ) in to_string()
4086 case PerformanceCounterStorageKHR::eInt32 : return "Int32"; in to_string()
4087 case PerformanceCounterStorageKHR::eInt64 : return "Int64"; in to_string()
4088 case PerformanceCounterStorageKHR::eUint32 : return "Uint32"; in to_string()
4089 case PerformanceCounterStorageKHR::eUint64 : return "Uint64"; in to_string()
4090 case PerformanceCounterStorageKHR::eFloat32 : return "Float32"; in to_string()
4091 case PerformanceCounterStorageKHR::eFloat64 : return "Float64"; in to_string()
Dvulkan_to_string.hpp7001 VULKAN_HPP_INLINE std::string to_string( PerformanceCounterStorageKHR value ) in to_string()
7005 case PerformanceCounterStorageKHR::eInt32 : return "Int32"; in to_string()
7006 case PerformanceCounterStorageKHR::eInt64 : return "Int64"; in to_string()
7007 case PerformanceCounterStorageKHR::eUint32 : return "Uint32"; in to_string()
7008 case PerformanceCounterStorageKHR::eUint64 : return "Uint64"; in to_string()
7009 case PerformanceCounterStorageKHR::eFloat32 : return "Float32"; in to_string()
7010 case PerformanceCounterStorageKHR::eFloat64 : return "Float64"; in to_string()
Dvulkansc_enums.hpp3588 enum class PerformanceCounterStorageKHR enum
Dvulkan_enums.hpp5821 enum class PerformanceCounterStorageKHR enum