Home
last modified time | relevance | path

Searched refs:PipelineExecutableStatisticFormatKHR (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp7671 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()
Dvulkan_enums.hpp6453 enum class PipelineExecutableStatisticFormatKHR enum