Home
last modified time | relevance | path

Searched refs:supported_extensions_as_string (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dplatform.hpp43 std::string supported_extensions_as_string() const;
Dplatform.cpp57 platform::supported_extensions_as_string() const { in supported_extensions_as_string() function in platform
Ddevice.hpp96 std::string supported_extensions_as_string() const;
Ddevice.cpp490 device::supported_extensions_as_string() const { in supported_extensions_as_string() function in device
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp345 buf.as_string() = dev.supported_extensions_as_string(); in clGetDeviceInfo()
448 if (dev.supported_extensions_as_string().find("cl_khr_il_program") == std::string::npos) in clGetDeviceInfo()
Dplatform.cpp85 buf.as_string() = platform.supported_extensions_as_string(); in GetPlatformInfo()