Home
last modified time | relevance | path

Searched refs:has_unified_memory (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp77 bool has_unified_memory() const;
Ddevice.cpp224 device::has_unified_memory() const { in has_unified_memory() function in device
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp336 buf.as_scalar<cl_bool>() = dev.has_unified_memory(); in clGetDeviceInfo()