Home
last modified time | relevance | path

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

/third_party/mesa3d/src/tool/pps/
Dpps_driver.cc58 const std::vector<std::string> Driver::supported_device_names() in supported_device_names() function in pps::Driver
60 std::vector<std::string> supported_device_names; in supported_device_names() local
63 supported_device_names.emplace_back(entry.first); in supported_device_names()
66 return supported_device_names; in supported_device_names()
84 auto supported_devices = Driver::supported_device_names(); in default_driver_name()
97 auto supported_devices = Driver::supported_device_names(); in find_driver_name()
Dpps_driver.h30 static const std::vector<std::string> supported_device_names();