Searched refs:PerformanceCounterStorageKHR (Results 1 – 4 of 4) sorted by relevance
4082 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()
7001 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()
3588 enum class PerformanceCounterStorageKHR enum
5821 enum class PerformanceCounterStorageKHR enum