Searched refs:has_halves (Results 1 – 3 of 3) sorted by relevance
153 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()
70 bool has_halves() const;
194 device::has_halves() const { in has_halves() function in device