Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp99 std::vector<cl_name_version> opencl_c_all_versions() const;
Ddevice.cpp549 device::opencl_c_all_versions() const { in opencl_c_all_versions() function in device
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp436 buf.as_vector<cl_name_version>() = dev.opencl_c_all_versions(); in clGetDeviceInfo()