Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp149 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()
/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp207 device::has_doubles() const { in has_doubles() function in device
344 + std::string(has_doubles() ? " cl_khr_fp64" : "") in supported_extensions()
Ddevice.hpp74 bool has_doubles() const;
/external/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp513 if (!dev.has_doubles()) { in check_capabilities()