Home
last modified time | relevance | path

Searched refs:PhysicalDeviceType (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVk.cpp37 props.deviceType == vkhpp::PhysicalDeviceType::eDiscreteGpu ? in PopulateVulkanAvailabilityImpl()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp2151 VULKAN_HPP_INLINE std::string to_string( PhysicalDeviceType value ) in to_string()
2155 case PhysicalDeviceType::eOther : return "Other"; in to_string()
2156 case PhysicalDeviceType::eIntegratedGpu : return "IntegratedGpu"; in to_string()
2157 case PhysicalDeviceType::eDiscreteGpu : return "DiscreteGpu"; in to_string()
2158 case PhysicalDeviceType::eVirtualGpu : return "VirtualGpu"; in to_string()
2159 case PhysicalDeviceType::eCpu : return "Cpu"; in to_string()
Dvulkan_to_string.hpp4183 VULKAN_HPP_INLINE std::string to_string( PhysicalDeviceType value ) in to_string()
4187 case PhysicalDeviceType::eOther : return "Other"; in to_string()
4188 case PhysicalDeviceType::eIntegratedGpu : return "IntegratedGpu"; in to_string()
4189 case PhysicalDeviceType::eDiscreteGpu : return "DiscreteGpu"; in to_string()
4190 case PhysicalDeviceType::eVirtualGpu : return "VirtualGpu"; in to_string()
4191 case PhysicalDeviceType::eCpu : return "Cpu"; in to_string()
Dvulkansc_enums.hpp1198 enum class PhysicalDeviceType enum
Dvulkan_enums.hpp2059 enum class PhysicalDeviceType enum