Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp212 device::has_halves() const { in has_halves() function in device
345 + std::string(has_halves() ? " cl_khr_fp16" : "") in supported_extensions()
Ddevice.hpp75 bool has_halves() const;
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp153 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()
/external/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp520 if (!dev.has_halves()) { in check_capabilities()