Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp8586 VULKAN_HPP_INLINE std::string to_string( LatencyMarkerNV value ) in to_string()
8590 case LatencyMarkerNV::eSimulationStart : return "SimulationStart"; in to_string()
8591 case LatencyMarkerNV::eSimulationEnd : return "SimulationEnd"; in to_string()
8592 case LatencyMarkerNV::eRendersubmitStart : return "RendersubmitStart"; in to_string()
8593 case LatencyMarkerNV::eRendersubmitEnd : return "RendersubmitEnd"; in to_string()
8594 case LatencyMarkerNV::ePresentStart : return "PresentStart"; in to_string()
8595 case LatencyMarkerNV::ePresentEnd : return "PresentEnd"; in to_string()
8596 case LatencyMarkerNV::eInputSample : return "InputSample"; in to_string()
8597 case LatencyMarkerNV::eTriggerFlash : return "TriggerFlash"; in to_string()
8598 case LatencyMarkerNV::eOutOfBandRendersubmitStart : return "OutOfBandRendersubmitStart"; in to_string()
[all …]
Dvulkan_enums.hpp7544 enum class LatencyMarkerNV enum