Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp153 buf.as_scalar<cl_uint>() = dev.has_halves() ? 8 : 0; in clGetDeviceInfo()
342 + std::string(dev.has_halves() ? " cl_khr_fp16" : ""); in clGetDeviceInfo()
378 buf.as_scalar<cl_uint>() = dev.has_halves() ? 8 : 0; in clGetDeviceInfo()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp70 bool has_halves() const;
Ddevice.cpp194 device::has_halves() const { in has_halves() function in device