Searched refs:PipelineExecutableStatisticFormatKHR (Results 1 – 2 of 2) sorted by relevance
7671 VULKAN_HPP_INLINE std::string to_string( PipelineExecutableStatisticFormatKHR value ) in to_string()7675 case PipelineExecutableStatisticFormatKHR::eBool32 : return "Bool32"; in to_string()7676 case PipelineExecutableStatisticFormatKHR::eInt64 : return "Int64"; in to_string()7677 case PipelineExecutableStatisticFormatKHR::eUint64 : return "Uint64"; in to_string()7678 case PipelineExecutableStatisticFormatKHR::eFloat64 : return "Float64"; in to_string()
6453 enum class PipelineExecutableStatisticFormatKHR enum