Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp78 bool has_halves() const;
Ddevice.cpp340 device::has_halves() const { in has_halves() function in device
489 if (has_halves()) in supported_extensions()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp170 buf.as_scalar<cl_uint>() = dev.has_halves() ? 8 : 0; in clGetDeviceInfo()
381 buf.as_scalar<cl_uint>() = dev.has_halves() ? 8 : 0; in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp594 if (!dev.has_halves()) { in check_capabilities()