Searched refs:PerformanceValueTypeINTEL (Results 1 – 2 of 2) sorted by relevance
7498 VULKAN_HPP_INLINE std::string to_string( PerformanceValueTypeINTEL value ) in to_string()7502 case PerformanceValueTypeINTEL::eUint32 : return "Uint32"; in to_string()7503 case PerformanceValueTypeINTEL::eUint64 : return "Uint64"; in to_string()7504 case PerformanceValueTypeINTEL::eFloat : return "Float"; in to_string()7505 case PerformanceValueTypeINTEL::eBool : return "Bool"; in to_string()7506 case PerformanceValueTypeINTEL::eString : return "String"; in to_string()
6298 enum class PerformanceValueTypeINTEL enum