Searched refs:has_doubles (Results 1 – 4 of 4) sorted by relevance
149 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()231 if (dev.has_doubles()) in clGetDeviceInfo()360 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()
207 device::has_doubles() const { in has_doubles() function in device344 + std::string(has_doubles() ? " cl_khr_fp64" : "") in supported_extensions()
74 bool has_doubles() const;
513 if (!dev.has_doubles()) { in check_capabilities()