Searched refs:has_halves (Results 1 – 4 of 4) sorted by relevance
212 device::has_halves() const { in has_halves() function in device345 + std::string(has_halves() ? " cl_khr_fp16" : "") in supported_extensions()
75 bool has_halves() const;
153 buf.as_scalar<cl_uint>() = dev.has_halves() ? 8 : 0; in clGetDeviceInfo()364 buf.as_scalar<cl_uint>() = dev.has_halves() ? 8 : 0; in clGetDeviceInfo()
520 if (!dev.has_halves()) { in check_capabilities()