Home
last modified time | relevance | path

Searched refs:supported_il_versions (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp101 std::vector<cl_name_version> supported_il_versions() const;
Ddevice.cpp506 device::supported_il_versions() const { in supported_il_versions() function in device
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp35 for (const auto &il_version : dev.supported_il_versions()) { in supported_il_versions_as_string()
454 buf.as_vector<cl_name_version>() = dev.supported_il_versions(); in clGetDeviceInfo()