Home
last modified time | relevance | path

Searched refs:has_doubles (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp109 if ((dev.has_doubles() && !has_extension("cl_khr_fp64")) || in get_highest_supported_version()
324 device::has_doubles() const { in has_doubles() function in device
476 if (has_doubles()) in supported_extensions()
558 if (has_doubles()) in opencl_c_features()
Ddevice.hpp77 bool has_doubles() const;
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp166 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()
248 if (dev.has_doubles()) in clGetDeviceInfo()
377 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp587 if (!dev.has_doubles()) { in check_capabilities()