Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp72 bool has_unified_memory() const;
Ddevice.cpp206 device::has_unified_memory() const { in has_unified_memory() function in device
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp350 buf.as_scalar<cl_bool>() = dev.has_unified_memory(); in clGetDeviceInfo()